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