diff --git a/modules/services/ssh.nix b/modules/services/ssh.nix index 448aeaf..64aaf5d 100644 --- a/modules/services/ssh.nix +++ b/modules/services/ssh.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ... } +{ config, lib, pkgs, ... }: with lib; let cfg = config.myOptions.programs.ssh; username = config.myOptions.other.system.username;