forked from M-Labs/nix-scripts
nixbld: remove unnecessary NetworkManager setting
We are not using NetworkManager here.
This commit is contained in:
parent
833a9c7430
commit
379335cc6e
|
@ -42,7 +42,6 @@ in
|
|||
allowedUDPPorts = [ 53 67 ];
|
||||
trustedInterfaces = [ netifLan ];
|
||||
};
|
||||
networkmanager.unmanaged = [ "interface-name:${netifLan}" "interface-name:${netifWifi}" ];
|
||||
interfaces."${netifLan}" = {
|
||||
ipv4.addresses = [{
|
||||
address = "192.168.1.1";
|
||||
|
|
Loading…
Reference in New Issue