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,