summary refs log tree commit diff
path: root/nixos
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
parent95d4e9a7d19fcd6ac13d205133337a61aec5323e (diff)
downloadnixpkgs-f9bb39e2940db4634b5d7702411c6ed27d5a31ba.tar
nixpkgs-f9bb39e2940db4634b5d7702411c6ed27d5a31ba.tar.gz
nixpkgs-f9bb39e2940db4634b5d7702411c6ed27d5a31ba.tar.bz2
nixpkgs-f9bb39e2940db4634b5d7702411c6ed27d5a31ba.tar.lz
nixpkgs-f9bb39e2940db4634b5d7702411c6ed27d5a31ba.tar.xz
nixpkgs-f9bb39e2940db4634b5d7702411c6ed27d5a31ba.tar.zst
nixpkgs-f9bb39e2940db4634b5d7702411c6ed27d5a31ba.zip
nixos/pam: remove trailing whitespace
Diffstat (limited to 'nixos')
-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 40bec8d0791..a20d0a243a8 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;