From a660a60346f498d7519fa3dd9261adb7f4c9feb8 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 21 May 2023 21:51:17 +0100 Subject: [PATCH] fix: group should be able to write to it as well --- applications/dns.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/dns.nix b/applications/dns.nix index 2a6ba7d..0816434 100644 --- a/applications/dns.nix +++ b/applications/dns.nix @@ -134,7 +134,7 @@ let group = "named"; # The UNIX file mode bits - mode = "0644"; + mode = "0664"; text = text; };