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;