Bind mount /home as /nfs/home in apex and owls

Fixes: rarias/jungle#232
Reviewed-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
This commit is contained in:
2026-03-24 16:39:14 +01:00
committed by Rodrigo Arias Mallo
parent 0140b887bb
commit c1322dceb6
4 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
# Alias nfs home
fileSystems."/nfs/home" = {
device = "/home";
fsType = "none";
options = [ "bind" ];
};
}