From 8c5ea5dfbc6bf219f9f25731a8fc903e674682a6 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sat, 28 Dec 2024 21:31:48 -0500 Subject: [PATCH] Disable non-default system switch --- modules/hosts/nixos/rainbow-planet/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/hosts/nixos/rainbow-planet/default.nix b/modules/hosts/nixos/rainbow-planet/default.nix index dceac1d..e595283 100644 --- a/modules/hosts/nixos/rainbow-planet/default.nix +++ b/modules/hosts/nixos/rainbow-planet/default.nix @@ -147,11 +147,6 @@ }; }; - system.switch = { - enable = false; - enableNg = true; - }; - systemd.network.wait-online.enable = false; # Handled by NetworkManager users.extraGroups.vboxusers.members = [ "${username}" ];