Set UID
This commit is contained in:
parent
e29ecc3315
commit
104566a92c
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ with lib; {
|
||||||
# Define a user account.
|
# Define a user account.
|
||||||
users.users.${user} = {
|
users.users.${user} = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
uid = 1000;
|
||||||
description = mkIf (user == "fern") "Fern Garden";
|
description = mkIf (user == "fern") "Fern Garden";
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"wheel"
|
"wheel"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue