1
0

configuration/desktop: Migrate networkmanager settings to attribute set

This commit is contained in:
clerie 2024-05-22 18:00:19 +02:00
parent 5100591978
commit a2a84a66bc
Signed by: clerie
GPG Key ID: BD9F56480870BAD2

View File

@ -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";
''; };
};
} }