update: add google-auth to main-homelab

This commit is contained in:
Veneficium 2024-08-03 12:51:25 +02:00
parent 2c7e31c431
commit 430efd670e

View file

@ -40,6 +40,7 @@
security.pam = {
services.sshd = {
name = "sshd";
unixAuth = true;
googleAuthenticator.enable = true;
gnupg.enable = true;
};
@ -81,6 +82,7 @@
git-credential-manager
pass-wayland
git
google-authenticator
];
users.users.veneficium = {