From eef1ff0b32b05aa6d8c7bf325537578b13594e82 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 27 Jul 2023 22:20:50 +0800 Subject: [PATCH] hosts/plover: update Bind service settings --- hosts/plover/modules/services/bind.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/plover/modules/services/bind.nix b/hosts/plover/modules/services/bind.nix index 6c855d95..315fd99e 100644 --- a/hosts/plover/modules/services/bind.nix +++ b/hosts/plover/modules/services/bind.nix @@ -239,6 +239,8 @@ in RuntimeDirectoryMode = "0750"; CacheDirectory = "named"; CacheDirectoryMode = "0750"; + ConfigurationDirectory = "bind"; + ConfigurationDirectoryMode = "0755"; # Filtering system calls. SystemCallFilter = [ "@system-service" ];