configuration/desktop: Migrate networkmanager settings to attribute set
This commit is contained in:
parent
5100591978
commit
a2a84a66bc
@ -2,12 +2,13 @@
|
||||
|
||||
{
|
||||
|
||||
networking.networkmanager.extraConfig = ''
|
||||
[connectivity]
|
||||
uri=http://ping.clerie.de/nm-check.txt
|
||||
|
||||
[global-dns]
|
||||
searches=net.clerie.de
|
||||
'';
|
||||
networking.networkmanager.settings = {
|
||||
connectivity = {
|
||||
uri = "http://ping.clerie.de/nm-check.txt";
|
||||
};
|
||||
global-dns = {
|
||||
searches = "net.clerie.de";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user