diff options
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/openssh.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/nixos/openssh.nix b/modules/nixos/openssh.nix index 6f4614c..164f5bb 100644 --- a/modules/nixos/openssh.nix +++ b/modules/nixos/openssh.nix @@ -1,7 +1,6 @@ { config, lib, - pkgs, ... }: with lib; let |