From 76b76f4c0c43dd7e2261d0c401a5dd5b9e53ea42 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Wed, 29 Oct 2025 19:58:04 -0600 Subject: [PATCH] different sunshine --- nix/ai-vm.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nix/ai-vm.nix b/nix/ai-vm.nix index af62f7e..7659c16 100644 --- a/nix/ai-vm.nix +++ b/nix/ai-vm.nix @@ -115,11 +115,11 @@ autoStart = true; capSysAdmin = true; openFirewall = true; - serviceConfig = { - After = [ "graphical-session.target" ]; - Wants = [ "graphical-session.target" ]; - BindsTo = [ "graphical-session.target" ]; - }; + # serviceConfig = { + # After = [ "graphical-session.target" ]; + # Wants = [ "graphical-session.target" ]; + # BindsTo = [ "graphical-session.target" ]; + # }; }; xdg.portal.enable = true;