This commit is contained in:
2026-04-14 15:07:25 +02:00
parent 4390a02e46
commit b3ff52d668
5 changed files with 91 additions and 14 deletions
+8
View File
@@ -1,7 +1,15 @@
{
networking.firewall.allowedTCPPorts = [ 80 443 ];
security.acme = {
acceptTerms = true;
defaults.email = "postmaster@billenius.com";
};
imports = [
./autodiscover.nix
./mail.nix
./radicale.nix
./roundcube.nix
];
}