this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(wolumonde): use acme host for tangled knot, not separate

dusk 2c2250e4 0082cba1

+1 -1
+1 -1
hosts/wolumonde/modules/tangled.nix
··· 18 18 }; 19 19 20 20 services.nginx.virtualHosts.${cfg.server.hostname} = { 21 + useACMEHost = "gaze.systems"; 21 22 forceSSL = true; 22 - enableACME = true; 23 23 quic = true; 24 24 kTLS = true; 25 25 locations."/".proxyPass = "http://${cfg.server.listenAddr}";