1
1
Fork 0

Update to latest formatting

main
Bill Ewanick 2023-08-02 14:37:36 -04:00
parent 8e33c482e5
commit 36cbfd2921
1 changed files with 3 additions and 1 deletions

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";