Commit 2461fc034e86

Vincent Demeester <vincent@sbr.pm>
2026-01-30 10:50:48
fix(aomi): force passage identity file
1 parent 092a5c5
Changed files (1)
systems
systems/aomi/home.nix
@@ -13,6 +13,10 @@
   ];
   systemd.user.services.syncthing.Install.WantedBy = [ "multi-user.target" ];
 
+  home.sessionVariables = {
+    PASSAGE_IDENTITIES_FILE = pkgs.lib.mkForce "${config.home.homeDirectory}/.ssh/id_ed25519";
+  };
+
   home.packages = with pkgs; [
     gnumake
 
@@ -20,6 +24,7 @@
     gh-pr
     lazypr
     claude-hooks
+    ssh-to-age
 
     lazygit
   ];