fix hardcoded username

This commit is contained in:
KoenDR06 2025-10-31 16:23:54 +01:00
parent 7d6448ce12
commit f3e40e5f82

View file

@ -44,7 +44,7 @@ in {
}; };
}; };
users.users.horseman = { users.users.${username} = {
initialPassword = "1234"; initialPassword = "1234";
isNormalUser = true; isNormalUser = true;
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [