nixos/userborn: fix username typo
This commit is contained in:
parent
bc947f541a
commit
38a589083e
@ -100,7 +100,7 @@ in
|
||||
lib.nameValuePair (toString opts.home) {
|
||||
d = {
|
||||
mode = opts.homeMode;
|
||||
user = username;
|
||||
user = opts.name;
|
||||
inherit (opts) group;
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user