summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/surtr/tls.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/surtr/tls.nix b/hosts/surtr/tls.nix
index 70b379d4..9a531930 100644
--- a/hosts/surtr/tls.nix
+++ b/hosts/surtr/tls.nix
@@ -75,7 +75,7 @@ in {
75 after = [ "knot.service" ]; 75 after = [ "knot.service" ];
76 bindsTo = [ "knot.service" ]; 76 bindsTo = [ "knot.service" ];
77 serviceConfig = { 77 serviceConfig = {
78 ReadWritePaths = ["/run/knot/knot.sock"]; 78 BindPaths = ["/run/knot:/run/knot"];
79 SupplementaryGroups = ["knot"]; 79 SupplementaryGroups = ["knot"];
80 }; 80 };
81 }; 81 };