Compare commits
No commits in common. "d76c5a25a25b502cce8aeb984b9d022092591233" and "d79db1d068dfedc43e6548bb1700f8aa3735ee60" have entirely different histories.
d76c5a25a2
...
d79db1d068
5 changed files with 0 additions and 26 deletions
|
@ -21,7 +21,6 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
boot.tmp.cleanOnBoot = true;
|
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
# Edit nix.conf
|
# Edit nix.conf
|
||||||
|
|
|
@ -4,10 +4,7 @@
|
||||||
|
|
||||||
../../modules/tailscale.nix
|
../../modules/tailscale.nix
|
||||||
|
|
||||||
./modules/caddy.nix
|
|
||||||
./modules/headscale.nix
|
./modules/headscale.nix
|
||||||
./modules/pihole.nix
|
|
||||||
./modules/unbound.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
vars = {
|
vars = {
|
||||||
|
|
|
@ -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";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
Loading…
Reference in a new issue