opened firewall for nix-serve

This commit is contained in:
2024-10-26 19:45:51 -04:00
parent c1c0c28a13
commit 10277825eb

View File

@@ -30,6 +30,7 @@ in
nix-serve = {
enable = true;
secretKeyFile = "${vars.storage_secrets}/services/nix-cache/cache-priv-key.pem";
openFirewall = true;
};
plex = {