about summary refs log tree commit diff stats
path: root/nix-conf/machines/egalmoth
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-12-03 16:25:43 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-12-03 16:25:43 +0000
commit073714b6bf311989886441a3d2f25f3e85048855 (patch)
tree6262078cc333c3149c5e09b7ba32844d8a544252 /nix-conf/machines/egalmoth
parent20c470e3468b334432598879458b0061c502ac32 (diff)
downloaddotfiles-073714b6bf311989886441a3d2f25f3e85048855.tar.gz
Force seahorse for ssh ask-pass
Diffstat (limited to 'nix-conf/machines/egalmoth')
-rw-r--r--nix-conf/machines/egalmoth/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/machines/egalmoth/configuration.nix b/nix-conf/machines/egalmoth/configuration.nix
index 240990a..224fad2 100644
--- a/nix-conf/machines/egalmoth/configuration.nix
+++ b/nix-conf/machines/egalmoth/configuration.nix
@@ -65,9 +65,9 @@
   services.xserver.enable = true;
   services.xserver.exportConfiguration = true;
 
-
   services.xserver.displayManager.gdm.enable = true;
   services.xserver.desktopManager.gnome.enable = true;
+  programs.ssh.askPassword = lib.mkDefault "${pkgs.gnome.seahorse}/libexec/seahorse/ssh-askpass";
   services.xserver.displayManager.sessionPackages = [ pkgs.sway ];
   #services.xserver.displayManager.defaultSession = "none+i3";
   services.xserver.displayManager.defaultSession = "sway";