Common options can go here
This commit is contained in:
parent
aaf59f2a6d
commit
d8280a0d4a
2 changed files with 7 additions and 7 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue