forked from rarias/jungle
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