add acme shit
This commit is contained in:
parent
d7812f37c3
commit
fde1d41bb8
1 changed files with 5 additions and 0 deletions
|
|
@ -22,6 +22,11 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
security.acme = {
|
||||||
|
acceptTerms = true;
|
||||||
|
defaults.email = "koen.de.ruiter@hotmail.com";
|
||||||
|
};
|
||||||
|
|
||||||
containers.nginx = {
|
containers.nginx = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
privateNetwork = true;
|
privateNetwork = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue