From 9e6ffc4179348dc40192876e96015ec046d123ed Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 31 May 2025 14:04:26 -0600 Subject: sys/auth: enable rssh PAM module --- sys/auth/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/auth/default.nix') diff --git a/sys/auth/default.nix b/sys/auth/default.nix index 4678da9..ca2778a 100644 --- a/sys/auth/default.nix +++ b/sys/auth/default.nix @@ -1,5 +1,6 @@ { imports = [ + ./login.nix ./oath.nix ./openssh.nix ]; -- cgit v1.2.3