nixbld: remove unnecessary NetworkManager setting

We are not using NetworkManager here.
pull/30/head
Sebastien Bourdeauducq 2019-10-21 16:12:57 +08:00
parent 833a9c7430
commit 379335cc6e
1 changed files with 0 additions and 1 deletions

View File

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