fix: disable https on local server elfeed

This commit is contained in:
Swarsel 2024-12-15 15:14:17 +01:00
parent 83b3d14abb
commit 917a256f4b
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 4 additions and 3 deletions

View file

@ -64,7 +64,7 @@ in
syncthing = true; syncthing = true;
monitoring = true; monitoring = true;
jenkins = false; jenkins = false;
emacs = false; emacs = true;
}; };
}; };

View file

@ -6,6 +6,7 @@
services.emacs = { services.emacs = {
enable = true; enable = true;
install = true; install = true;
startWithGraphical = false; startWithGraphical = false;
}; };
@ -13,8 +14,8 @@
services.nginx = { services.nginx = {
virtualHosts = { virtualHosts = {
"signpost.swarsel.win" = { "signpost.swarsel.win" = {
enableACME = true; enableACME = false;
forceSSL = true; forceSSL = false;
acmeRoot = null; acmeRoot = null;
locations = { locations = {
"/" = { "/" = {