From 4df0562e3666b2e18278998798ab8ae9bc65a0bd Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Wed, 29 Oct 2025 20:13:32 -0600 Subject: [PATCH] vm changes --- nix/ai-vm.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nix/ai-vm.nix b/nix/ai-vm.nix index d207289..15f6d16 100644 --- a/nix/ai-vm.nix +++ b/nix/ai-vm.nix @@ -115,11 +115,6 @@ autoStart = true; capSysAdmin = true; openFirewall = true; - # serviceConfig = { - # After = [ "graphical-session.target" ]; - # Wants = [ "graphical-session.target" ]; - # BindsTo = [ "graphical-session.target" ]; - # }; }; xdg.portal.enable = true;