created config for pihole

This commit is contained in:
Leyla Becker 2025-01-02 21:39:39 -06:00
parent e6852cc537
commit b02bd1a5e2
5 changed files with 185 additions and 129 deletions

View file

@ -81,6 +81,17 @@
enable = true;
subdomain = "home";
};
pihole = {
enable = true;
ip = "192.168.1.201";
};
podman = {
macvlan = {
subnet = "192.168.1.0/24";
gateway = "192.168.1.1";
networkInterface = "bond0";
};
};
};
networking = {
hostId = "c51763d6";