fix: group should be able to write to it as well
This commit is contained in:
parent
693043b081
commit
a660a60346
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ let
|
||||||
group = "named";
|
group = "named";
|
||||||
|
|
||||||
# The UNIX file mode bits
|
# The UNIX file mode bits
|
||||||
mode = "0644";
|
mode = "0664";
|
||||||
|
|
||||||
text = text;
|
text = text;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue