forked from rarias/jungle
@@ -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 [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user