diff --git a/m/apex/configuration.nix b/m/apex/configuration.nix index 71c69f8d..f1c419db 100644 --- a/m/apex/configuration.nix +++ b/m/apex/configuration.nix @@ -27,6 +27,12 @@ fsType = "ext4"; }; + fileSystems."/nfs/home" = { + device = "/home"; + fsType = "none"; + options = [ "bind" ]; + }; + # No swap, there is plenty of RAM swapDevices = lib.mkForce [];