nix: add envvar NO_NIXOS_FALLBACK
[sourcephile-nix.git] / hosts / losurdo / security.nix
index 7ef2b96935c0ca8ea270982af41390460b89723a..b4788e7a9f754b3b0a81ee926b46351588e74772 100644 (file)
@@ -1,8 +1,8 @@
-{ inputs, pkgs, lib, config, ... }:
+{ ... }:
 {
-security.lockKernelModules = false;
-services.openssh.extraConfig = ''
-  # This is for removing remote gpg-agent's socket
-  StreamLocalBindUnlink yes
-'';
+  security.lockKernelModules = false;
+  services.openssh.extraConfig = ''
+    # This is for removing remote gpg-agent's socket
+    StreamLocalBindUnlink yes
+  '';
 }