Fix renamed options

This commit is contained in:
Jakob Lechner 2022-07-30 22:40:27 +00:00
parent edf70bbdf3
commit 5a1c42c2bc
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@
acme = {
acceptTerms = true;
email = "accounts+letsencrypt.org@fablab-nea.de";
defaults.email = "accounts+letsencrypt.org@fablab-nea.de";
};
};

View file

@ -2,7 +2,7 @@
{
services.unifi = {
enable = true;
openPorts = true;
openFirewall = true;
unifiPackage = pkgs.unifi;
};
networking.firewall.allowedTCPPorts = [ 8443 ];