update: add google-auth to main-homelab
This commit is contained in:
parent
2c7e31c431
commit
430efd670e
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,7 @@
|
||||||
security.pam = {
|
security.pam = {
|
||||||
services.sshd = {
|
services.sshd = {
|
||||||
name = "sshd";
|
name = "sshd";
|
||||||
|
unixAuth = true;
|
||||||
googleAuthenticator.enable = true;
|
googleAuthenticator.enable = true;
|
||||||
gnupg.enable = true;
|
gnupg.enable = true;
|
||||||
};
|
};
|
||||||
|
|
@ -81,6 +82,7 @@
|
||||||
git-credential-manager
|
git-credential-manager
|
||||||
pass-wayland
|
pass-wayland
|
||||||
git
|
git
|
||||||
|
google-authenticator
|
||||||
];
|
];
|
||||||
|
|
||||||
users.users.veneficium = {
|
users.users.veneficium = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue