From 527492044a761cfe1428163b8cee9e081ac1bea0 Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Fri, 21 Jun 2024 13:50:03 +0200 Subject: [PATCH] acme terms --- host.nix | 4 ++++ 1 file changed, 4 insertions(+) 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;