diff --git a/nix/nixos-modules/sshSecurity.nix b/nix/nixos-modules/sshSecurity.nix index a5d8f3b..6b28c11 100644 --- a/nix/nixos-modules/sshSecurity.nix +++ b/nix/nixos-modules/sshSecurity.nix @@ -1,11 +1,12 @@ -{ - config, - lib, - pkgs, - ... -}: let +{ config +, lib +, pkgs +, ... +}: +let cfg = config.services.openssh; -in { +in +{ options = {