fixed ssh AGAIN

This commit is contained in:
vali 2024-04-12 20:59:27 +02:00
commit 95378081a2

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }
{ config, lib, pkgs, ... }:
with lib; let
cfg = config.myOptions.programs.ssh;
username = config.myOptions.other.system.username;