Compare commits

..

No commits in common. "d76c5a25a25b502cce8aeb984b9d022092591233" and "d79db1d068dfedc43e6548bb1700f8aa3735ee60" have entirely different histories.

5 changed files with 0 additions and 26 deletions

View file

@ -21,7 +21,6 @@
];
nixpkgs.config.allowUnfree = true;
boot.tmp.cleanOnBoot = true;
nix = {
# Edit nix.conf

View file

@ -4,10 +4,7 @@
../../modules/tailscale.nix
./modules/caddy.nix
./modules/headscale.nix
./modules/pihole.nix
./modules/unbound.nix
];
vars = {

View file

@ -1,22 +0,0 @@
{pihole, ...}: {
imports = [pihole.nixosModules.default];
#TODO: set the whole thing up
services.pihole = {
enable = true;
dnsPort = 5335;
webPort = 8080;
piholeConfig = {
ftl = {
LOCAL_IPV4 = "127.0.0.1";
};
web = {
virtualHost = "pi.hole";
password = "password";
};
};
};
}

Binary file not shown.

BIN
flake.nix

Binary file not shown.