mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: disable https on local server elfeed
This commit is contained in:
parent
83b3d14abb
commit
917a256f4b
2 changed files with 4 additions and 3 deletions
|
|
@ -64,7 +64,7 @@ in
|
|||
syncthing = true;
|
||||
monitoring = true;
|
||||
jenkins = false;
|
||||
emacs = false;
|
||||
emacs = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
"/" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue