pihole: init
This commit is contained in:
parent
4b06e01884
commit
c565ac16ba
6 changed files with 218 additions and 80 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue