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

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