mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-04 18:04:56 +02:00
ZeComputa: Add a guest account
This commit is contained in:
parent
d7094c3da1
commit
818d498281
1 changed files with 7 additions and 1 deletions
|
|
@ -57,7 +57,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
users.users.traxys.uid = 1000;
|
||||
users.users = {
|
||||
traxys.uid = 1000;
|
||||
guest = {
|
||||
isNormalUser = true;
|
||||
home = "/home/guest";
|
||||
};
|
||||
};
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue