test ssh sig
Some checks failed
CI / formatting (push) Failing after 9m25s
CI / nix_flake_check (push) Failing after 9m24s

This commit is contained in:
Narrator 2025-12-07 13:15:31 +01:00
parent a77749add2
commit 5003f59185
Signed by: Narrator
SSH key fingerprint: SHA256:vVtKn4QxRw+5lhRxGf6CeaA4Dgnsl7DMlQEzwkcMPV0

View file

@ -31,11 +31,17 @@
ControlMaster no
'';
};
services.gpg-agent = {
enable = true;
defaultCacheTtl = 28800;
defaultCacheTtlSsh = 28800;
sshKeys = [ ]; # auto-populates from gpg keys
};
programs.copilot-cli.enable = true;
home.packages = with pkgs; [
pinentry-curses
cryptsetup
grc
nix-prefetch-github