add sandbox users
This commit is contained in:
parent
a54573764a
commit
1035a6a785
3 changed files with 69 additions and 21 deletions
|
@ -113,15 +113,6 @@ in
|
|||
neededForBoot = true;
|
||||
};
|
||||
|
||||
# bind mount to have user homes
|
||||
fileSystems."/home" =
|
||||
{ device = "/data/home";
|
||||
fsType = "none";
|
||||
neededForBoot = true;
|
||||
options = [ "bind" ];
|
||||
depends = [ "/data" ];
|
||||
};
|
||||
|
||||
# bind mount to have root home
|
||||
fileSystems."/root" =
|
||||
{ device = "/data/root";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue