fixed ssh AGAIN

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

View file

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