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;
|
syncthing = true;
|
||||||
monitoring = true;
|
monitoring = true;
|
||||||
jenkins = false;
|
jenkins = false;
|
||||||
emacs = false;
|
emacs = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
"/" = {
|
"/" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue