summary refs log tree commit diff
path: root/nixos/modules/security/oath.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/security/oath.nix')
-rw-r--r--nixos/modules/security/oath.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/security/oath.nix b/nixos/modules/security/oath.nix
index 20f3e2dd9f838..93bdc851117ae 100644
--- a/nixos/modules/security/oath.nix
+++ b/nixos/modules/security/oath.nix
@@ -1,6 +1,6 @@
 # This module provides configuration for the OATH PAM modules.
 
-{ config, lib, pkgs, ... }:
+{ lib, ... }:
 
 with lib;