summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-04-23 14:14:54 +0200
committerAdrian Kummerlaender2020-04-23 14:14:54 +0200
commit93e2032c3e521b9d84118bdeab4235cfbd522557 (patch)
tree3cb5fe9290e2d4a0dbc2a6510a701935bbef6eb3
parentce55050b9a9ca34802dba1ccf1fa95643411e82b (diff)
downloadnixos_system-93e2032c3e521b9d84118bdeab4235cfbd522557.tar
nixos_system-93e2032c3e521b9d84118bdeab4235cfbd522557.tar.gz
nixos_system-93e2032c3e521b9d84118bdeab4235cfbd522557.tar.bz2
nixos_system-93e2032c3e521b9d84118bdeab4235cfbd522557.tar.lz
nixos_system-93e2032c3e521b9d84118bdeab4235cfbd522557.tar.xz
nixos_system-93e2032c3e521b9d84118bdeab4235cfbd522557.tar.zst
nixos_system-93e2032c3e521b9d84118bdeab4235cfbd522557.zip
Add new LetsEncrypt settings for automatix
-rw-r--r--host/automatix.nix5
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";
+ };
}