forked from rarias/jungle
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:
8
m/module/nfs-home-bind.nix
Normal file
8
m/module/nfs-home-bind.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
# Alias nfs home
|
||||
fileSystems."/nfs/home" = {
|
||||
device = "/home";
|
||||
fsType = "none";
|
||||
options = [ "bind" ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user