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;