(T)im's N(ix) Flake, Multi-Host Configurations for all of my machines! 74k1.sh/
nixos nix
0
fork

Configure Feed

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

fix(knights): descriptions

74k1 b9faa4f9 a53e756b

+3 -3
+3 -3
hosts/nixos/knights/configuration.nix
··· 186 186 addSSL = true; 187 187 enableACME = true; 188 188 locations."/" = { 189 - proxyPass = "http://10.100.0.1:80"; # local nginx 189 + proxyPass = "http://10.100.0.1:80"; # nginx based on url 190 190 }; 191 191 }; 192 192 "send.74k1.sh" = { 193 193 addSSL = true; 194 194 enableACME = true; 195 195 locations."/" = { 196 - proxyPass = "http://10.100.0.1:1444"; # local nginx 196 + proxyPass = "http://10.100.0.1:1444"; 197 197 }; 198 198 }; 199 199 "umami.74k1.sh" = { ··· 230 230 enableACME = true; 231 231 forceSSL = true; 232 232 locations."/" = { 233 - proxyPass = "http://10.100.0.1:80"; # local nginx 233 + proxyPass = "http://10.100.0.1:80"; # nginx based on url 234 234 # extraConfig = '' 235 235 # proxy_set_header Host $host; 236 236 # proxy_set_header X-Real-IP $remote_addr;