From f274b0f43aa3af781eb52d513e3c69716a48a5b2 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 22 Jun 2023 12:22:32 +0200 Subject: [PATCH] bind: make zones directory writable to bind for .jnl files --- hosts/bind/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/bind/default.nix b/hosts/bind/default.nix index e4263f8c..a1a06fb3 100644 --- a/hosts/bind/default.nix +++ b/hosts/bind/default.nix @@ -9,6 +9,7 @@ let ${bind}/sbin/rndc -k /etc/bind/rndc.key $@ } + chmod a+rwx /var/lib/c3d2-dns/zones rndc freeze rndc reload rndc thaw