users: add uid
This commit is contained in:
parent
30e6526b7d
commit
eb48ae6a40
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
defaultUserShell = pkgs.nushell;
|
defaultUserShell = pkgs.nushell;
|
||||||
users.notoh = {
|
users.notoh = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
uid = 1000;
|
||||||
description = "notoh";
|
description = "notoh";
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
|
|
Loading…
Reference in a new issue