Move to using Vaultwarden SSH keys

This commit is contained in:
Vili Sinervä 2025-05-27 21:15:41 +03:00
parent 5d2c9ba372
commit a00867587b
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
5 changed files with 9 additions and 16 deletions

View file

@ -19,19 +19,8 @@
}))
onlykey-cli
onlykey-agent
gpa
];
programs.gnupg.agent = {
enable = true;
pinentryPackage = pkgs.pinentry-curses;
};
hardware.onlykey.enable = true;
environment.variables = {
GNUPGHOME = "/home/vili/.gnupg/onlykey";
};
security.pam.u2f.enable = true;
programs.i3lock.u2fSupport = true;
}