diff --git a/system-config/configuration/homebox/default.nix b/system-config/configuration/homebox/default.nix index 9c8825a..7d32d28 100644 --- a/system-config/configuration/homebox/default.nix +++ b/system-config/configuration/homebox/default.nix @@ -275,7 +275,7 @@ faster-whisper = true; }; rustdesk.enable = false; #broken - pihole.enable = false; #broken + pihole.enable = true; #broken code-server.enable = false; novnc.enable = true; }; diff --git a/system-config/services/containers/pihole/default.nix b/system-config/services/containers/pihole/default.nix index 1f60c4b..fc0e9c4 100644 --- a/system-config/services/containers/pihole/default.nix +++ b/system-config/services/containers/pihole/default.nix @@ -63,6 +63,7 @@ settings = { dns.upstreams = [ "127.0.0.1#5335" "1.1.1.1" "1.0.0.1" ]; + files.macvendor = lib.mkForce "/var/lib/macvendor.db"; }; };