167 current 2025-10-09 15:20:14 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-09 15:23:26 -05:00
parent 87dfbbd5fd
commit c18cf9c0b0

View File

@@ -67,7 +67,7 @@ in
}; };
# override umask to make permissions work out # override umask to make permissions work out
systemd.services.${service}-server.serviceConfig = { systemd.services."${toString service}-server".serviceConfig = {
UMask = lib.mkForce "0007"; UMask = lib.mkForce "0007";
}; };