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";
# 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,