From 6d1861e3e7e74c69803f7d49f16f7a2ab662ba6b Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 5 Jun 2023 13:04:03 -0400 Subject: [PATCH] nix: Remove duplicate option --- common.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/common.nix b/common.nix index 64498a6c..a3fb9f9c 100644 --- a/common.nix +++ b/common.nix @@ -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-*" ]; - }; }; }