Remove the pihole stuff completely

This commit is contained in:
Lillian Violet 2024-05-08 14:35:08 +02:00
parent a537cf8e2c
commit 416d45d06e

View file

@ -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
# ];
# }
# ];
# };
};
};
}