removed pihole

started drafting out adguardhome
This commit is contained in:
Leyla Becker 2025-03-06 14:23:12 -06:00
parent c4a7c711fb
commit 591566cc2a
8 changed files with 90 additions and 186 deletions

View file

@ -104,8 +104,8 @@
enable = true;
subdomain = "home";
};
pihole = {
enable = true;
adguardhome = {
enable = false;
};
nextcloud = {
enable = true;

View file

@ -74,6 +74,9 @@
address = [
"192.168.1.10/24"
];
gateway = ["192.168.1.1"];
dns = ["192.168.1.1"];
};
};
};