diff --git a/hosts/nixos/winters/default.nix b/hosts/nixos/winters/default.nix index 5b41958..1293371 100644 --- a/hosts/nixos/winters/default.nix +++ b/hosts/nixos/winters/default.nix @@ -64,7 +64,7 @@ in syncthing = true; monitoring = true; jenkins = false; - emacs = false; + emacs = true; }; }; diff --git a/profiles/server/nixos/emacs.nix b/profiles/server/nixos/emacs.nix index b481a4e..4ad2125 100644 --- a/profiles/server/nixos/emacs.nix +++ b/profiles/server/nixos/emacs.nix @@ -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 = { "/" = {