From 416d45d06efe1af689af97d31bfd5e48d603d4f0 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 8 May 2024 14:35:08 +0200 Subject: [PATCH] Remove the pihole stuff completely --- flake.nix | 45 --------------------------------------------- 1 file changed, 45 deletions(-) diff --git a/flake.nix b/flake.nix index 45b9d48..0d5bafd 100644 --- a/flake.nix +++ b/flake.nix @@ -75,29 +75,6 @@ # Add any other flake you might need # 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 = { @@ -111,8 +88,6 @@ simple-nixos-mailserver, plasma-manager, zjstatus, - # linger, - # pihole, lanzaboote, lix-module, jovian, @@ -281,26 +256,6 @@ } ]; }; - - # wheatley = nixpkgs.lib.nixosSystem { - # system = "armv7l-linux"; - # specialArgs = {inherit inputs outputs;}; - # modules = [ - # catppuccin.nixosModules.catppuccin - # # make the module declared by the linger flake available to our config - # #linger.nixosModules."armv7l-linux".default - # #pihole.nixosModules."armv7l-linux".default - # disko.nixosModules.disko - # # > Our main nixos configuration file < - # ./nixos/hosts/wheatley/configuration.nix - # sops-nix.nixosModules.sops - # { - # home-manager.sharedModules = [ - # inputs.catppuccin.homeManagerModules.catppuccin - # ]; - # } - # ]; - # }; }; }; }