diff --git a/users/modules/global/keychain.nix b/users/modules/global/keychain.nix index a3b365e..018b010 100644 --- a/users/modules/global/keychain.nix +++ b/users/modules/global/keychain.nix @@ -5,7 +5,7 @@ programs.keychain = { enable = true; inheritType = "any"; - extraFlags = [ "--quiet" "--dir ${config.xdg.configHome}/keychain" ]; + extraFlags = [ "--quiet" "--quick" "--systemd" "--dir ${config.xdg.configHome}/keychain" "--agents \"\"" ]; keys = [ "id_ed25519" ]; }; }