Remove the pihole stuff completely
This commit is contained in:
parent
a537cf8e2c
commit
416d45d06e
45
flake.nix
45
flake.nix
|
@ -75,29 +75,6 @@
|
||||||
|
|
||||||
# Add any other flake you might need
|
# Add any other flake you might need
|
||||||
# hardware.url = "github:nixos/nixos-hardware";
|
# 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 = {
|
outputs = {
|
||||||
|
@ -111,8 +88,6 @@
|
||||||
simple-nixos-mailserver,
|
simple-nixos-mailserver,
|
||||||
plasma-manager,
|
plasma-manager,
|
||||||
zjstatus,
|
zjstatus,
|
||||||
# linger,
|
|
||||||
# pihole,
|
|
||||||
lanzaboote,
|
lanzaboote,
|
||||||
lix-module,
|
lix-module,
|
||||||
jovian,
|
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
|
|
||||||
# ];
|
|
||||||
# }
|
|
||||||
# ];
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue