Commit 41d85191c0da

Vincent Demeester <vincent@sbr.pm>
2026-01-13 10:14:16
fix(aomi): disable ssh-agent service
Remove ssh-agent service from aomi home-manager configuration to allow SSH to use keys directly from ~/.ssh instead of through an agent. This prevents conflicts when SSHing from kyushu to aomi where the agent socket was being set incorrectly. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 8714820
Changed files (1)
systems
systems/aomi/home.nix
@@ -7,7 +7,6 @@
     ../../home/common/dev/tektoncd.nix
     ../../home/common/desktop/passage.nix
   ];
-  services.ssh-agent.enable = true;
   systemd.user.services.syncthing.Install.WantedBy = [ "multi-user.target" ];
 
   home.packages = with pkgs; [