From 4e6ca1355b63dada1205bb30ea91d47d2c951d93 Mon Sep 17 00:00:00 2001 From: Asyncnomi Date: Sun, 27 Jul 2025 17:12:05 +0200 Subject: [PATCH] remove unnecessary comment --- shared/dns/knot.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/shared/dns/knot.nix b/shared/dns/knot.nix index 0bef88c..d42ea66 100644 --- a/shared/dns/knot.nix +++ b/shared/dns/knot.nix @@ -167,12 +167,6 @@ in }; }; - # # Ensure the directory exists and is writable - # systemd.tmpfiles.rules = [ - # "d /var/lib/knot/zones 0755 knot knot -" - # "f /var/lib/knot/zones/zone-lasuite-federez-net 0644 knot knot -" - # ]; - # Force complete restart on zone changes systemd.services.knot = { restartTriggers = [ zone-lasuite-federez-net zone-lf ];