pihole: init

This commit is contained in:
41666 2024-05-31 00:59:43 -04:00
parent 4b06e01884
commit c565ac16ba
6 changed files with 218 additions and 80 deletions

View file

@ -45,6 +45,12 @@
inputs.iceshrimp.follows = "iceshrimp";
};
# PiHole
pihole = {
url = "github:mindsbackyard/pihole-flake";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
# Self
noe-sh = {
url = "git+https://git.sapphic.engineer/noe/noe.sh";
@ -160,6 +166,7 @@
git = mkNixos [ ./nixos/hosts/git ]; # Forgejo Host
nas0 = mkNixos [ ./nixos/hosts/nas0 ]; # SMB/NFS NAS
ts3 = mkNixos [ ./nixos/hosts/ts3 ]; # Teamspeak-san
pihole = mkNixos [ ./nixos/hosts/pihole ]; # PiHole!
};
darwinConfigurations = {