diff --git a/nixos-apps/cutesealfanpage.love.nix b/nixos-apps/cutesealfanpage.love.nix index 5342656..177b8e2 100644 --- a/nixos-apps/cutesealfanpage.love.nix +++ b/nixos-apps/cutesealfanpage.love.nix @@ -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";