From 574b2c058beac678b97a8d4166444a9da84a5a06 Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 15 Jan 2026 23:11:54 -0600 Subject: [PATCH] pihole? --- system/services/containers/pihole/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system/services/containers/pihole/default.nix b/system/services/containers/pihole/default.nix index f4eb67c..4393f02 100644 --- a/system/services/containers/pihole/default.nix +++ b/system/services/containers/pihole/default.nix @@ -74,7 +74,7 @@ }; }; - /*unbound = { + unbound = { enable = true; settings = { @@ -109,11 +109,11 @@ ]; }; - };*/ + }; }; - /*users.users."root" = { + users.users."root" = { openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICe6Ito5m9c4Tij8zI74L8hnd/QRchEO/cc5CH94mjMC nathan@homebox" ]; @@ -131,7 +131,7 @@ PasswordAuthentication = false; KbdInteractiveAuthentication = false; }; - };*/ + }; system.stateVersion = "25.05"; };