diff options
Diffstat (limited to '')
| -rw-r--r-- | sys/auth.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/auth.nix b/sys/auth.nix index e6e156d..e85543e 100644 --- a/sys/auth.nix +++ b/sys/auth.nix @@ -1,7 +1,8 @@ { lib, config, ... }: with lib; let cfg = config.local; -in { +in +{ config = { security.pam = { oath = { |
