From 3003e743fdc57f02b0b9930824bf646956306eee Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Fri, 7 Feb 2025 09:39:46 -0500 Subject: [PATCH] proxy: remove noXlibs --- nixosConfigurations/proxy/main.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixosConfigurations/proxy/main.nix b/nixosConfigurations/proxy/main.nix index b17dc0b..81c2110 100644 --- a/nixosConfigurations/proxy/main.nix +++ b/nixosConfigurations/proxy/main.nix @@ -17,8 +17,6 @@ "${modulesPath}/profiles/qemu-guest.nix" "${modulesPath}/profiles/minimal.nix" ]; - environment.noXlibs = false; - services.qemuGuest.enable = true; environment.systemPackages = [