fix: group should be able to write to it as well

This commit is contained in:
silver 2023-05-21 21:51:17 +01:00
parent 693043b081
commit a660a60346

View file

@ -134,7 +134,7 @@ let
group = "named";
# The UNIX file mode bits
mode = "0644";
mode = "0664";
text = text;
};