about summary refs log tree commit diff
path: root/users/grfn/system
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/system')
-rw-r--r--users/grfn/system/system/machines/mugwump.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/system/system/machines/mugwump.nix b/users/grfn/system/system/machines/mugwump.nix
index 05cc87fc78..8d673420f9 100644
--- a/users/grfn/system/system/machines/mugwump.nix
+++ b/users/grfn/system/system/machines/mugwump.nix
@@ -109,7 +109,7 @@ with lib;
     };
   };
 
-  security.acme.email = "root@gws.fyi";
+  security.acme.defaults.email = "root@gws.fyi";
   security.acme.acceptTerms = true;
 
   services.nginx = {