From f3e40e5f82161a0ec3f68c3ff5bbd7455ff2c692 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Fri, 31 Oct 2025 16:23:54 +0100 Subject: [PATCH] fix hardcoded username --- modules/users/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/users/default.nix b/modules/users/default.nix index b976e18..fc8c50d 100644 --- a/modules/users/default.nix +++ b/modules/users/default.nix @@ -44,7 +44,7 @@ in { }; }; - users.users.horseman = { + users.users.${username} = { initialPassword = "1234"; isNormalUser = true; openssh.authorizedKeys.keys = [