summaryrefslogtreecommitdiffstats
path: root/nixos/modules
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-10-09 18:31:15 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-10-09 18:31:20 +1000
commitf9bb39e2940db4634b5d7702411c6ed27d5a31ba (patch)
tree7e79fbf07793e396888faebe851a1d6636ebc486 /nixos/modules
parent95d4e9a7d19fcd6ac13d205133337a61aec5323e (diff)
nixos/pam: remove trailing whitespace
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/security/pam.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/security/pam.nix b/nixos/modules/security/pam.nix
index 40bec8d07916..a20d0a243a8e 100644
--- a/nixos/modules/security/pam.nix
+++ b/nixos/modules/security/pam.nix
@@ -653,7 +653,7 @@ in
xlink:href="https://developers.yubico.com/pam-u2f/">here</link>.
'';
};
-
+
appId = mkOption {
default = null;
type = with types; nullOr str;