test ssh sig
This commit is contained in:
parent
a77749add2
commit
5003f59185
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue