10 lines
154 B
Nix
10 lines
154 B
Nix
{config, ...}:
|
|
|
|
{
|
|
networking = {
|
|
# PiHole
|
|
nameservers = ["192.168.178.151"];
|
|
networkmanager.insertNameservers = ["192.168.178.151"];
|
|
};
|
|
}
|