add pihole and recursive dns

This commit is contained in:
2024-11-11 16:09:48 -06:00
parent 9c10fa694d
commit f1a1e11992
8 changed files with 180 additions and 24 deletions

View File

@@ -167,6 +167,7 @@
"/var/lib/bluetooth"
"/var/lib/nixos"
"/var/lib/systemd/coredump"
"/var/lib/docker"
"/etc/NetworkManager/system-connections"
];
files = [
@@ -190,6 +191,7 @@
"authentik/pass" = {};
"authentik/secret_key" = {};
"pihole/pass" = {};
};
};
@@ -243,7 +245,11 @@
authentik.enable = true;
jellyfin.enable = true;
"blunkall.us".enable = true;
pihole.enable = true;
gitlab.enable = false;
};