1
1
Fork 0

Update to latest formatting

Bill Ewanick 2023-08-02 14:37:36 -04:00
parent 65aed8e81d
commit 91c071f19a
1 changed files with 3 additions and 1 deletions

View File

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