Fix renamed options
This commit is contained in:
parent
edf70bbdf3
commit
5a1c42c2bc
2 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
acme = {
|
||||
acceptTerms = true;
|
||||
email = "accounts+letsencrypt.org@fablab-nea.de";
|
||||
defaults.email = "accounts+letsencrypt.org@fablab-nea.de";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
services.unifi = {
|
||||
enable = true;
|
||||
openPorts = true;
|
||||
openFirewall = true;
|
||||
unifiPackage = pkgs.unifi;
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [ 8443 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue