181 current 2025-10-09 20:18:51 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -76,8 +76,8 @@ 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";
|
||||||
User = "${service}";
|
User = lib.mkForce "${service}";
|
||||||
Group = "${service}";
|
Group = lib.mkForce "${service}";
|
||||||
};
|
};
|
||||||
|
|
||||||
# # open firewall
|
# # open firewall
|
||||||
|
|||||||
Reference in New Issue
Block a user