From 0f15cb981836bbb1f4f966df456336d474caa01d Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Fri, 12 Apr 2024 20:59:27 +0200 Subject: [PATCH] fixed ssh AGAIN --- modules/services/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;