mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
fix users/sandy
This commit is contained in:
parent
2394092bbc
commit
87eef5b6d3
1 changed files with 3 additions and 1 deletions
|
@ -50,8 +50,10 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.sandy = {
|
users.users.sandy = {
|
||||||
isNormalUser = true;
|
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
|
useDefaultShell = true;
|
||||||
|
home = "/home/sandy";
|
||||||
|
createHome = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue