add sandbox users

This commit is contained in:
Christoph Cullmann 2024-10-05 17:03:22 +02:00
parent a54573764a
commit 1035a6a785
No known key found for this signature in database
3 changed files with 69 additions and 21 deletions

View file

@ -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";