forked from jan-leila/nix-config
created config for pihole
This commit is contained in:
parent
e6852cc537
commit
b02bd1a5e2
5 changed files with 185 additions and 129 deletions
|
@ -81,6 +81,17 @@
|
|||
enable = true;
|
||||
subdomain = "home";
|
||||
};
|
||||
pihole = {
|
||||
enable = true;
|
||||
ip = "192.168.1.201";
|
||||
};
|
||||
podman = {
|
||||
macvlan = {
|
||||
subnet = "192.168.1.0/24";
|
||||
gateway = "192.168.1.1";
|
||||
networkInterface = "bond0";
|
||||
};
|
||||
};
|
||||
};
|
||||
networking = {
|
||||
hostId = "c51763d6";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue