From 2a0f184fac2e0d292385b152b296a276ef5765cb Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sat, 2 Mar 2024 13:27:17 +0100 Subject: [PATCH] pam auth works now --- hetzner-vpn1.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hetzner-vpn1.nix b/hetzner-vpn1.nix index 67e7b9b..4f3f751 100644 --- a/hetzner-vpn1.nix +++ b/hetzner-vpn1.nix @@ -1,4 +1,4 @@ -{...}: { +{pkgs, ...}: { imports = [ (import ./modules { hostName = "hetzner-vpn1"; @@ -8,7 +8,7 @@ config = { my = { - enabledUsers = []; + enabledUsers = ["ronja" "vinzenz"]; tailscale.enable = true; };