nixos/userborn: fix username typo

This commit is contained in:
Aaron Andersen 2024-10-05 21:40:09 -04:00 committed by GitHub
parent bc947f541a
commit 38a589083e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,7 +100,7 @@ in
lib.nameValuePair (toString opts.home) {
d = {
mode = opts.homeMode;
user = username;
user = opts.name;
inherit (opts) group;
};
}