Remove askpass for ssh, use cli instead

This commit is contained in:
Daniel Siepmann 2022-11-04 11:17:43 +01:00
parent f828f4ada8
commit e45ea0c6d6
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
3 changed files with 3 additions and 4 deletions

View file

@ -64,6 +64,7 @@ in {
DOCKER_CONFIG = "${config.xdg.configHome}/docker";
# Program specific vars
SSH_ASKPASS = ""; # Unset tool to ask for password, I prefer the cli
BORG_PASSCOMMAND = "${pkgs.libsecret}/bin/secret-tool lookup account borg-passphrase";
LSCOLORS = "HxGxDxDxbxDxDxababcxcx";
LS_COLORS = "di=1;37:ln=1;36:so=1;33:pi=1;33:ex=31:bd=1;33:cd=1;33:su=30;41:sg=30;41:tw=32:ow=32";

View file

@ -1,10 +1,10 @@
{ config, pkgs, ownLib }:
{
enable = if ownLib.onHikari {} then false else true;
enable = true;
keys = if ownLib.onHikari {} then ["id_ed25519"] else ["id_rsa" "id_ed25519"];
enableBashIntegration = false;
enableFishIntegration = false;
enableZshIntegration = if ownLib.onHikari {} then false else true;
enableZshIntegration = true;
enableXsessionIntegration = false;
}

View file

@ -109,8 +109,6 @@ Todos
MacBook:
* Provide (remove) proper input for keychain (gpg)
* Provide script to update system
Migration: