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;
|
||||
users.notoh = {
|
||||
isNormalUser = true;
|
||||
uid = 1000;
|
||||
description = "notoh";
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
|
|
Loading…
Reference in a new issue