Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

Fix tangled knot

+5 -1
+1
host-specific/misaki/coredns/packetlost.dev.hosts
··· 4 4 192.168.1.3 jellyfin.packetlost.dev 5 5 192.168.1.3 nats.packetlost.dev 6 6 192.168.1.3 spindle.packetlost.dev 7 + 192.168.1.3 knot.packetlost.dev 7 8 8 9 # LAN Hosts 9 10 192.168.1.3 misaki.packetlost.dev misaki
+4 -1
host-specific/misaki/services.nix
··· 857 857 enableACME = true; 858 858 acmeRoot = null; 859 859 http2 = true; 860 - locations."/".proxyPass = "http://${config.services.tangled.knot.server.listenAddr}"; 860 + locations."/" = { 861 + proxyPass = "http://${config.services.tangled.knot.server.listenAddr}"; 862 + proxyWebsockets = true; 863 + }; 861 864 }; 862 865 virtualHosts."spindle.packetlost.dev" = { 863 866 forceSSL = true;