Misc improvements

This commit is contained in:
Marko Korhonen 2024-09-17 22:52:10 +03:00
parent 720f6496f8
commit c91f32342a
2 changed files with 1 additions and 7 deletions

View file

@ -15,10 +15,4 @@
pkgs.yubikey-personalization
];
};
environment.shellInit = ''
gpg-connect-agent /bye
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
export MARKON_MUUTTUJA="test"
'';
}