pihole: working maybe
This commit is contained in:
parent
c565ac16ba
commit
dc13df9795
3 changed files with 75 additions and 39 deletions
|
@ -33,6 +33,7 @@
|
|||
|
||||
# Pro gamer move
|
||||
nixos-generators.url = "github:nix-community/nixos-generators";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
# Iceshrimpy
|
||||
iceshrimp = {
|
||||
|
@ -47,8 +48,14 @@
|
|||
|
||||
# PiHole
|
||||
pihole = {
|
||||
url = "github:mindsbackyard/pihole-flake";
|
||||
url = "git+https://git.sapphic.engineer/noe/pihole-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
inputs.linger.follows = "linger";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
};
|
||||
linger = {
|
||||
url = "github:mindsbackyard/linger-flake";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
};
|
||||
|
||||
# Self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue