fix: missing variable

This commit is contained in:
DACHXY 2025-04-09 13:32:03 +08:00
parent f6acb92ad0
commit 7aea0a631b

View file

@ -21,7 +21,7 @@
};
};
users.users."${username}".openssh.authorizedKeys.keys = [
users.users."${settings.personal.username}".openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILSHkPa6vmr5WBPXAazY16+Ph1Mqv9E24uLIf32oC2oH danny@phone.dn"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJSAOufpee7f8D8ONIIGU3qsN+8+DGO7BfZnEOTYqtQ5 danny@pre7780.dn"
];