diff options
author | Ben Sima <ben@bsima.me> | 2025-01-03 16:56:39 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-01-03 16:56:39 -0500 |
commit | 178a4fab6cdb5cbde6535d131d3341dba811db32 (patch) | |
tree | b64d1a6bec4342dda603cf7b1f626f2085e6473f /Omni/Bild/Sources.json | |
parent | 34ed368a9f95e49fe0fe9bce28dd20714edbb155 (diff) |
Get xmpp uploads working again
The problem was that the ssl cert wasn't renewing. I added the domains to the
nginx config, and cleaned up some other stuff. During debug I also udpated
nixos-mailserver and nixos stable because I thought it would fix something; it
didn't but I might as well use the updated versions of stuff since it seems to
still work fine.
Diffstat (limited to 'Omni/Bild/Sources.json')
-rw-r--r-- | Omni/Bild/Sources.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Omni/Bild/Sources.json b/Omni/Bild/Sources.json index a2f695a..14abe06 100644 --- a/Omni/Bild/Sources.json +++ b/Omni/Bild/Sources.json @@ -130,17 +130,18 @@ "homepage": "", "owner": "nixos", "repo": "nixpkgs", - "rev": "3ffbbdbac0566a0977da3d2657b89cbcfe9a173b", - "sha256": "0m3zh14is40vixpv125alyacd22835v0v845dsnk5d68wvwhikq2", + "rev": "edf04b75c13c2ac0e54df5ec5c543e300f76f1c9", + "sha256": "0zffg0m7rhdpk94df578wln5lw3plamadac86cd7cfjcb1n13xmm", "type": "tarball", - "url": "https://github.com/nixos/nixpkgs/archive/3ffbbdbac0566a0977da3d2657b89cbcfe9a173b.tar.gz", + "url": "https://github.com/nixos/nixpkgs/archive/edf04b75c13c2ac0e54df5ec5c543e300f76f1c9.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, "nixos-mailserver": { + "branch": "master", "repo": "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver", - "rev": "f535d8123c4761b2ed8138f3d202ea710a334a1d", + "rev": "dc0569066e79ae96184541da6fa28f35a33fbf7b", "sha256": "0csx2i8p7gbis0n5aqpm57z5f9cd8n9yabq04bg1h4mkfcf7mpl6", - "type": "tarball", + "type": "git", "url": "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/f535d8123c4761b2ed8138f3d202ea710a334a1d/nixos-mailserver-f535d8123c4761b2ed8138f3d202ea710a334a1d.tar.gz", "url_template": "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/<rev>/nixos-mailserver-<rev>.tar.gz", "version": "master" |