diff --git a/configurations/host/default.nix b/configurations/host/default.nix index 314a696..57224fc 100644 --- a/configurations/host/default.nix +++ b/configurations/host/default.nix @@ -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 = [ ]; }; } diff --git a/configurations/host/valkyrie/services/default.nix b/configurations/host/valkyrie/services/default.nix index d0a91eb..a075400 100644 --- a/configurations/host/valkyrie/services/default.nix +++ b/configurations/host/valkyrie/services/default.nix @@ -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;