From 379335cc6efdd7774dd386602669be21746d69b7 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 21 Oct 2019 16:12:57 +0800 Subject: [PATCH] nixbld: remove unnecessary NetworkManager setting We are not using NetworkManager here. --- nixbld-etc-nixos/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixbld-etc-nixos/configuration.nix b/nixbld-etc-nixos/configuration.nix index bb46d65..af555a1 100644 --- a/nixbld-etc-nixos/configuration.nix +++ b/nixbld-etc-nixos/configuration.nix @@ -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";