From 430efd670e46dc2c94393829d9eefeee46ad5b87 Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Sat, 3 Aug 2024 12:51:25 +0200 Subject: [PATCH] update: add google-auth to main-homelab --- hosts/main-homelab/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/main-homelab/configuration.nix b/hosts/main-homelab/configuration.nix index 8632ec2..1919ef1 100644 --- a/hosts/main-homelab/configuration.nix +++ b/hosts/main-homelab/configuration.nix @@ -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 = {