SSH oddity with jupiter

This commit is contained in:
Bun 2025-07-16 12:04:38 -04:00
parent 7e067eb274
commit 0a3b5d2fca

View file

@ -3,7 +3,10 @@
config = lib.mkIf config.jovian.steam.enable { config = lib.mkIf config.jovian.steam.enable {
jovian.steam.desktopSession = "gnome"; jovian.steam.desktopSession = "gnome";
services.desktopManager.gnome.enable = true; services = {
desktopManager.gnome.enable = true;
gnome.gcr-ssh-agent.enable = lib.mkForce false;
};
environment.gnome.excludePackages = with pkgs; [ environment.gnome.excludePackages = with pkgs; [
adwaita-icon-theme adwaita-icon-theme