Fix swap file mounting.
This commit is contained in:
@@ -95,16 +95,6 @@
|
||||
"noatime"
|
||||
];
|
||||
};
|
||||
"/persist/swap" = {
|
||||
mountpoint = "/persist/swap";
|
||||
mountOptions = [
|
||||
"subvol=swap"
|
||||
"noatime"
|
||||
"nodatacow"
|
||||
"compress=no"
|
||||
];
|
||||
swap.swapfile.size = "18G";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user