ssh.nix: remove with lib;

This commit is contained in:
Charlie Root 2024-11-01 13:49:42 +01:00
commit 9083c04eff
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -1,12 +1,5 @@
{ {lib, ...}: let
config, inherit (lib) mkEnableOption;
lib,
pkgs,
...
}:
with lib; let
cfg = config.modules.programs.ssh;
inherit (config.modules.other.system) username;
in { in {
options.modules.programs.ssh.enable = mkEnableOption "ssh"; options.modules.programs.ssh.enable = mkEnableOption "ssh";
config = { config = {