1
1

Update to latest formatting

This commit is contained in:
2023-08-02 14:37:36 -04:00
parent 65aed8e81d
commit 91c071f19a

View File

@@ -1,3 +1,5 @@
{ pkgs, ... }:
let
PROJECT_ROOT = builtins.toString ./.;
in
@@ -26,7 +28,7 @@ in
# when in doubt, clear away the certs with
# sudo rm -rf /var/lib/acme/
security.acme.acceptTerms = true;
security.acme.email = "admin@cutesealfanpage.love";
security.acme.defaults.email = "admin@cutesealfanpage.love";
# uncomment this to use the staging server
# security.acme.server = "https://acme-staging-v02.api.letsencrypt.org/directory";