feat(stolas): use larger swapfile
Some checks are pending
Continuous Integration / Checks (push) Waiting to run

This commit is contained in:
Tim Schubert 2025-07-27 01:23:13 +02:00
parent 9ec0688652
commit 712cca5909
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -86,7 +86,7 @@
};
"/swap" = {
mountpoint = "/.swapvol";
swap.swapfile.size = "64G";
swap.swapfile.size = "128G";
};
};
};