valkyrie: resolved adguard problems, go back to adguard instead of pihole

This commit is contained in:
Mateusz Słodkowicz 2023-10-29 01:17:48 +02:00
parent 12926bd6a1
commit 54fde216c1
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
2 changed files with 3 additions and 3 deletions

View File

@ -31,5 +31,5 @@ in
materusPC = makeSystem { host = "materusPC"; stable = false; };
flamaster = makeSystem { host = "flamaster"; stable = true; };
valkyrie = makeSystem { host = "valkyrie"; stable = true; };
waffentrager = makeSystem { host = "waffentrager"; stable = false; arch = "aarch64-linux"; extraModules = [];};
waffentrager = makeSystem { host = "waffentrager"; stable = false; arch = "aarch64-linux"; extraModules = [ ]; };
}

View File

@ -5,9 +5,9 @@
./pleroma.nix
./pihole.nix
];
services.adguardhome.enable = false;
services.adguardhome.enable = true;
valkyrieService.pihole.enable = true;
valkyrieService.pihole.enable = false;
valkyrieService.pleroma.enable = true;