From 37ba176eb35987f0c1c0c4c415a4d9f2196848e6 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sun, 14 Jan 2024 16:04:20 +0100 Subject: [PATCH] Disable pihole for now --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 648d797..7342ca4 100644 --- a/flake.nix +++ b/flake.nix @@ -109,8 +109,8 @@ specialArgs = {inherit inputs outputs;}; modules = [ # make the module declared by the linger flake available to our config - linger.nixosModules."armv7l-linux".default - pihole.nixosModules."armv7l-linux".default + #linger.nixosModules."armv7l-linux".default + #pihole.nixosModules."armv7l-linux".default # > Our main nixos configuration file < ./nixos/hosts/wheatley/configuration.nix