diff options
Diffstat (limited to 'host')
-rw-r--r-- | host/automatix.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/host/automatix.nix b/host/automatix.nix index d95f12e..f19de69 100644 --- a/host/automatix.nix +++ b/host/automatix.nix @@ -53,4 +53,9 @@ openDefaultPorts = true; }; }; + + security.acme = { + acceptTerms = true; + email = "key@kummerlaender.eu"; + }; } |