diff --git a/modules/misc/pam.nix b/modules/misc/pam.nix index 6ace2bfd..9cebc0a8 100644 --- a/modules/misc/pam.nix +++ b/modules/misc/pam.nix @@ -14,7 +14,7 @@ in options = { pam.sessionVariables = mkOption { default = {}; - type = types.attrs; + type = with types; attrsOf (either int str); example = { EDITOR = "vim"; }; description = '' Environment variables that will be set for the PAM session.