nixos/murmur: Set UMask to 027 (#348652)

This commit is contained in:
K900
2024-10-16 05:16:09 +03:00
committed by GitHub
@@ -349,6 +349,7 @@ in
RestrictRealtime = true;
SystemCallArchitectures = "native";
SystemCallFilter = "@system-service";
UMask = 027;
};
};