Fix swap file mounting.

This commit is contained in:
jay
2025-07-07 11:45:42 +00:00
parent f5fe043de9
commit 2c62cd80b3
2 changed files with 1 additions and 17 deletions

View File

@@ -95,16 +95,6 @@
"noatime"
];
};
"/persist/swap" = {
mountpoint = "/persist/swap";
mountOptions = [
"subvol=swap"
"noatime"
"nodatacow"
"compress=no"
];
swap.swapfile.size = "18G";
};
};
};
};