comment out pihole stuff

This commit is contained in:
Lillian Violet 2024-04-29 16:03:51 +02:00
parent 2d1c049cf2
commit 67c8f740a0

View file

@ -65,17 +65,17 @@
# 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. # Required for making sure that Pi-hole continues running if the executing user has no active session.
linger = { # linger = {
url = "github:mindsbackyard/linger-flake"; # url = "github:mindsbackyard/linger-flake";
inputs.flake-utils.follows = "flake-utils"; # inputs.flake-utils.follows = "flake-utils";
}; # };
pihole = { # pihole = {
url = "github:mindsbackyard/pihole-flake"; # url = "github:mindsbackyard/pihole-flake";
inputs.nixpkgs.follows = "nixpkgs"; # inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils"; # inputs.flake-utils.follows = "flake-utils";
inputs.linger.follows = "linger"; # inputs.linger.follows = "linger";
}; # };
}; };
outputs = { outputs = {
@ -88,8 +88,8 @@
sops-nix, sops-nix,
simple-nixos-mailserver, simple-nixos-mailserver,
plasma-manager, plasma-manager,
linger, # linger,
pihole, # pihole,
lanzaboote, lanzaboote,
jovian, jovian,
nixos-hardware, nixos-hardware,