valkyrie: resolved adguard problems, go back to adguard instead of pihole
This commit is contained in:
parent
12926bd6a1
commit
54fde216c1
|
@ -31,5 +31,5 @@ in
|
||||||
materusPC = makeSystem { host = "materusPC"; stable = false; };
|
materusPC = makeSystem { host = "materusPC"; stable = false; };
|
||||||
flamaster = makeSystem { host = "flamaster"; stable = true; };
|
flamaster = makeSystem { host = "flamaster"; stable = true; };
|
||||||
valkyrie = makeSystem { host = "valkyrie"; 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 = [ ]; };
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,9 +5,9 @@
|
||||||
./pleroma.nix
|
./pleroma.nix
|
||||||
./pihole.nix
|
./pihole.nix
|
||||||
];
|
];
|
||||||
services.adguardhome.enable = false;
|
services.adguardhome.enable = true;
|
||||||
|
|
||||||
valkyrieService.pihole.enable = true;
|
valkyrieService.pihole.enable = false;
|
||||||
valkyrieService.pleroma.enable = true;
|
valkyrieService.pleroma.enable = true;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue