about summary refs log tree commit diff
path: root/modules/system/security
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/system/security/default.nix (renamed from hosts/common/system/security.nix)2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/system/security.nix b/modules/system/security/default.nix
index b35e60e..9550e8d 100644
--- a/hosts/common/system/security.nix
+++ b/modules/system/security/default.nix
@@ -1,4 +1,4 @@
-{ config, ... }:
+{ ... }:
 
 {
   security.sudo.wheelNeedsPassword = false;