Compare commits

...

2 commits

Author SHA1 Message Date
5003f59185
test ssh sig
Some checks failed
CI / formatting (push) Failing after 9m25s
CI / nix_flake_check (push) Failing after 9m24s
2025-12-07 13:15:31 +01:00
a77749add2 edit home.nix @2025-12-07 12:49:41 2025-12-07 12:49:41 +01:00

View file

@ -31,11 +31,18 @@
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
gemini-cli