From 1ed496845e45f6da2124ed6acc3165cabe84d224 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 26 Sep 2021 20:54:56 -0400 Subject: [PATCH] refactor: removing unnecessaey qemu lines --- hosts/Infini-DESKTOP/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/Infini-DESKTOP/default.nix b/hosts/Infini-DESKTOP/default.nix index 5a43437..98f16d2 100644 --- a/hosts/Infini-DESKTOP/default.nix +++ b/hosts/Infini-DESKTOP/default.nix @@ -14,10 +14,6 @@ system.stateVersion = "21.05"; - virtualisation.libvirtd.qemuVerbatimConfig = [ - "-m 8G" - ]; - networking.interfaces = { eth0.useDHCP = true; wlp41s0.useDHCP = true;