Update to latest formatting
parent
65aed8e81d
commit
91c071f19a
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue