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