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