diff --git a/host.nix b/host.nix index 102b5b2..adb89a7 100644 --- a/host.nix +++ b/host.nix @@ -100,6 +100,10 @@ lib.flatMap ({ name, config, ip, ports, volumes, ... }: ) services; }; + # [ACME] + security.acme.acceptTerms = true; + security.acme.defaults.email = "depsterr@protonmail.com"; + # [SSHD] services.openssh = { enable = true;