users: add uid

This commit is contained in:
notohh 2023-06-16 04:06:29 -04:00
parent 30e6526b7d
commit eb48ae6a40
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -3,6 +3,7 @@
defaultUserShell = pkgs.nushell;
users.notoh = {
isNormalUser = true;
uid = 1000;
description = "notoh";
extraGroups = [
"networkmanager"