delft/common: switch security.acme email to infra@nixos.org
eris currently uses that email, so we'd need to pick one or the other to avoid conflicts anyway. infra@nixos.org is the better option of the two, so change the common module.
Pierre Bourdon committed
Feb 8, 2024 at 21:45 UTC
37164c960f1ad79bf9ae1f15b5b3822c2f5e1fd3
1 file changed
+1
-1
delft/common.nix
+1
-1
@@ -87,5 +87,5 @@ with lib;
87
documentation.nixos.enable = false;
88
89
security.acme.acceptTerms = true;
90
- security.acme.defaults.email = "webmaster@nixos.org";
90
+ security.acme.defaults.email = "infra@nixos.org";
91
}