295 current 2025-10-11 13:20:27 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 13:32:29 -05:00
parent c0e581ff08
commit 0077c9028a

View File

@@ -73,7 +73,8 @@ in
host = "0.0.0.0"; host = "0.0.0.0";
port = cfg.port; port = cfg.port;
}; };
pages = [ pages = {
[
{ {
columns = [ columns = [
{ {
@@ -208,6 +209,7 @@ in
] ]
}; };
}; };
};
# override umask to make permissions work out # override umask to make permissions work out
systemd.services.${service}.serviceConfig = { systemd.services.${service}.serviceConfig = {
UMask = lib.mkForce "0007"; UMask = lib.mkForce "0007";