From fc029a8af4d20e2e97837d704666cebd4e1c1333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Sun, 28 Jul 2024 12:37:21 +0200 Subject: [PATCH] unbound: Allow tlater to interact with the DNS config --- nixos-config/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos-config/default.nix b/nixos-config/default.nix index e1d7d8ae..89440123 100644 --- a/nixos-config/default.nix +++ b/nixos-config/default.nix @@ -79,6 +79,7 @@ extraGroups = [ "wheel" "video" + "unbound" ]; }; };