fixed ssh AGAIN

This commit is contained in:
Charlie Root 2024-04-12 20:59:27 +02:00
commit 0f15cb9818

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;