This commit is contained in:
mjallen18
2025-11-16 19:22:39 -06:00
parent 2a77d233f9
commit 6dc81d0cbf
9 changed files with 375 additions and 140 deletions

View File

@@ -82,6 +82,12 @@ in
group = "crowdsec";
mode = "u=rwx,g=rwx,o=rx";
}
{
directory = "/var/lib/nextcloud";
user = "nextcloud";
group = "nextcloud";
mode = "u=rwx,g=rwx,o=rx";
}
{
directory = "/plugins-storage";
user = "traefik";
@@ -150,6 +156,7 @@ in
5432
3001
3333
5201 # iperf
];
allowedUDPPorts = config.${namespace}.network.firewall.allowedTCPPorts;
};