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"; };