Commit ab42ab829158

Vincent Demeester <vincent@sbr.pm>
2022-04-22 10:44:50
systems/shikoku: make ssh set xauth location
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent d07ab9f
Changed files (1)
systems
systems/hosts/shikoku.nix
@@ -97,6 +97,7 @@ in
     device = "/dev/disk/by-uuid/a9ec44e6-0c1d-4f60-9f5c-81a7eaa8e8fd";
   }];
 
+  programs.ssh.setXAuthLocation = true;
   profiles = {
     home = true;
     dev.enable = lib.mkForce false;