re-enabled synapse admin after fix

This commit is contained in:
Vivian 2022-09-22 11:03:10 +02:00
parent 651891bac4
commit 2ce841dc0b
3 changed files with 12 additions and 11 deletions

View file

@ -381,11 +381,11 @@
"utils": "utils_2" "utils": "utils_2"
}, },
"locked": { "locked": {
"lastModified": 1663800189, "lastModified": 1663835995,
"narHash": "sha256-OzomhNhiKvHKr0qxASKNyuXpx6ilhflb/4P5Wsz2FGo=", "narHash": "sha256-XNHQ+mdHbjNR1Oit00SFAEcrAZoCS08E7uAFcVMtwhM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "f17819f4f198a3973be76797aa8a9370e35c7ca6", "rev": "bd83eab6220226085c82e637931a7ae3863d9893",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -637,11 +637,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1663746095, "lastModified": 1663836791,
"narHash": "sha256-9PkHJey7IV2UyYWmOFsIgfZuRKGvCFKHrctT+oxx3AA=", "narHash": "sha256-iUqAR+NEnBoCtbEzuEfI9lyaw046J6yHf+jVIU8FPkY=",
"owner": "NULLx76", "owner": "NULLx76",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "bfa175724299a496e1d2206a719b112bf0cc719a", "rev": "2fa15a032e56fb4a54b43adf237411e992e78d90",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -20,6 +20,7 @@ let vs = config.vault-secrets.secrets; in
networking.firewall.allowedTCPPorts = [ 80 443 ]; networking.firewall.allowedTCPPorts = [ 80 443 ];
# needed as the mailserver configures its down DNS resolver
networking.extraHosts = '' networking.extraHosts = ''
10.42.42.6 vault.olympus 10.42.42.6 vault.olympus
''; '';

View file

@ -94,11 +94,11 @@ in
}; };
}; };
}; };
#virtualHosts."admin.chat.meowy.tech" = { virtualHosts."admin.chat.meowy.tech" = {
# enableACME = true; enableACME = true;
# forceSSL = true; forceSSL = true;
# root = pkgs.synapse-admin; root = pkgs.synapse-admin;
#}; };
virtualHosts."books.meowy.tech" = proxy "http://bookwyrm.olympus:8001"; virtualHosts."books.meowy.tech" = proxy "http://bookwyrm.olympus:8001";
# Kubernetes endpoints # Kubernetes endpoints