forked from extern/nix-config
nix: Remove duplicate option
This commit is contained in:
parent
d254910993
commit
6d1861e3e7
@ -173,6 +173,8 @@
|
||||
dns = "none";
|
||||
wifi.macAddress = "random";
|
||||
ethernet.macAddress = "random";
|
||||
|
||||
unmanaged = [ "interface-name:ve-*" ];
|
||||
};
|
||||
|
||||
useHostResolvConf = true;
|
||||
@ -219,9 +221,5 @@
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
networkmanager = {
|
||||
unmanaged = [ "interface-name:ve-*" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user