@cryptotaxi247 / infra / commits / 98c950e1

eris: accept ACME terms

Eelco Dolstra committed Nov 17, 2023 at 12:01 UTC 98c950e15239962db5f6cf7c99b997805a67b8aa
1 file changed +1
delft/eris.nix
+1
@@ -41,6 +41,7 @@ in
41 };
42
43 security.acme = {
44 + acceptTerms = true;
45 # these cert parameters are very specifically & carefully chosen for iPXE compatibility.
46 certs."netboot.nixos.org" = {
47 keyType = "rsa4096";