From d8280a0d4a2518b979e3db6e4fc2348fcbb728a0 Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Sat, 23 Sep 2023 13:28:38 -0400 Subject: [PATCH] Common options can go here --- nixos-apps/cutesealfanpage.love.nix | 7 ------- nixos-apps/default.nix | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nixos-apps/cutesealfanpage.love.nix b/nixos-apps/cutesealfanpage.love.nix index e9040a1..58a9aad 100644 --- a/nixos-apps/cutesealfanpage.love.nix +++ b/nixos-apps/cutesealfanpage.love.nix @@ -45,11 +45,4 @@ in ''; }; }; - - # when in doubt, clear away the certs with - # sudo rm -rf /var/lib/acme/ - security.acme.acceptTerms = true; - 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"; } diff --git a/nixos-apps/default.nix b/nixos-apps/default.nix index 5a66939..fe1eb6f 100644 --- a/nixos-apps/default.nix +++ b/nixos-apps/default.nix @@ -7,4 +7,11 @@ ./git.ewanick.com.nix ./jitsi.crueltysquad.com.nix ]; + + # when in doubt, clear away the certs with + # sudo rm -rf /var/lib/acme/ + security.acme.acceptTerms = true; + 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"; }