15 lines
200 B
Nix
15 lines
200 B
Nix
{ ... }:
|
|
|
|
{
|
|
|
|
networking.networkmanager.settings = {
|
|
connectivity = {
|
|
uri = "http://ping.clerie.de/nm-check.txt";
|
|
};
|
|
global-dns = {
|
|
searches = "net.clerie.de";
|
|
};
|
|
};
|
|
|
|
}
|