From 67c8f740a031110ea3fe634a22132a68b3855c78 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 29 Apr 2024 16:03:51 +0200 Subject: [PATCH] comment out pihole stuff --- flake.nix | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/flake.nix b/flake.nix index 976bfdf..7ffd836 100644 --- a/flake.nix +++ b/flake.nix @@ -65,17 +65,17 @@ # hardware.url = "github:nixos/nixos-hardware"; # Required for making sure that Pi-hole continues running if the executing user has no active session. - linger = { - url = "github:mindsbackyard/linger-flake"; - inputs.flake-utils.follows = "flake-utils"; - }; + # linger = { + # url = "github:mindsbackyard/linger-flake"; + # inputs.flake-utils.follows = "flake-utils"; + # }; - pihole = { - url = "github:mindsbackyard/pihole-flake"; - inputs.nixpkgs.follows = "nixpkgs"; - inputs.flake-utils.follows = "flake-utils"; - inputs.linger.follows = "linger"; - }; + # pihole = { + # url = "github:mindsbackyard/pihole-flake"; + # inputs.nixpkgs.follows = "nixpkgs"; + # inputs.flake-utils.follows = "flake-utils"; + # inputs.linger.follows = "linger"; + # }; }; outputs = { @@ -88,8 +88,8 @@ sops-nix, simple-nixos-mailserver, plasma-manager, - linger, - pihole, + # linger, + # pihole, lanzaboote, jovian, nixos-hardware,