diff options
Diffstat (limited to 'modules/nixos/gpg.nix')
| -rw-r--r-- | modules/nixos/gpg.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/nixos/gpg.nix b/modules/nixos/gpg.nix new file mode 100644 index 0000000..e1a7ee1 --- /dev/null +++ b/modules/nixos/gpg.nix @@ -0,0 +1,8 @@ +{ config, lib, ... }: { + # programs.ssh.startAgent = false; + + # environment.shellInit = '' + # gpg-connect-agent /bye + # export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) + # ''; +} |
