hosts/xps16: 8 gigs of swap

This commit is contained in:
2026-02-02 16:00:00 +09:00
parent 43d37864db
commit 9dda35094d
+5 -4
View File
@@ -116,10 +116,11 @@
in lib.foldl (x: y: x // y) { } [
{
"@" = { };
# "swap" = {
# mountpoint = "/.swapvol";
# swap.swapfile.size = "8G";
# };
"@swap" = {
mountpoint = "/.swapvol";
mountOptions = [ "compress=zstd" "noatime" ];
swap."swapfile".size = "8G";
};
"root" = {
mountpoint = "/";
mountOptions = [ "compress=zstd" "noatime" ];