summary refs log tree commit diff
path: root/nixos/modules/services/system/saslauthd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/system/saslauthd.nix')
-rw-r--r--nixos/modules/services/system/saslauthd.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/system/saslauthd.nix b/nixos/modules/services/system/saslauthd.nix
index 281716cf1860..c8ddca9a0db6 100644
--- a/nixos/modules/services/system/saslauthd.nix
+++ b/nixos/modules/services/system/saslauthd.nix
@@ -4,7 +4,6 @@ with lib;
 
 let
 
-  nssModulesPath = config.system.nssModules.path;
   cfg = config.services.saslauthd;
 
 in