From acecbc8a91676a4ed207f00e48b09a52013a103b Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Fri, 16 Aug 2024 12:30:10 +0000 Subject: [PATCH] nixos-mods/sshSecurity: reformat code --- nix/nixos-modules/sshSecurity.nix | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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 = {