There's no need for us to be listening for silverbullet on our clicks.domains host, nor should we be listening for plain HTTP anymore
+1
-3
packetmix/systems/umber/silverbullet.nix
+1
-3
packetmix/systems/umber/silverbullet.nix
···
28
28
services.nginx.virtualHosts."silverbullet.starrysky.fyi" = {
29
29
listenAddresses = [ "localhost.tailscale" ];
30
30
31
-
addSSL = true;
31
+
onlySSL = true;
32
32
enableACME = true;
33
33
acmeRoot = null;
34
34
35
-
serverAliases = [ "umber.clicks.domains" ];
36
-
37
35
locations."/" = {
38
36
proxyPass = "http://$silverbullet_upstream_minion_only";
39
37
recommendedProxySettings = true;