fix
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
};
|
||||
lubelogger.enable = true;
|
||||
nextcloud.enable = true;
|
||||
onlyoffice.enable = true;
|
||||
ai.enable = true;
|
||||
paperless.enable = true;
|
||||
traefik.enable = true;
|
||||
@@ -32,6 +33,8 @@
|
||||
};
|
||||
};
|
||||
|
||||
ocis.enable = false;
|
||||
|
||||
arrs = {
|
||||
enable = true;
|
||||
localAddress = "10.0.1.51";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user