mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
fix sandbox user
This commit is contained in:
parent
cd65afa7e7
commit
dea41a389b
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ in
|
|||
};
|
||||
|
||||
users.users.sandy = {
|
||||
group = "users";
|
||||
isSystemUser = true;
|
||||
useDefaultShell = true;
|
||||
home = "/home/sandy";
|
||||
|
|
Loading…
Reference in a new issue