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