kerrigan: have NM manage the interface
This commit is contained in:
parent
2420018235
commit
2a0a5d4cb6
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ in
|
||||||
networkmanager = {
|
networkmanager = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dns = "systemd-resolved";
|
dns = "systemd-resolved";
|
||||||
unmanaged = [ "*,except:type:gsm" ];
|
unmanaged = [ "*,except:type:gsm,except:interface-name:enu*" ];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
[main]
|
[main]
|
||||||
no-auto-default=*
|
no-auto-default=*
|
||||||
|
|
Loading…
Reference in a new issue