Baldur: switch to 1G swap file

This commit is contained in:
Filippo Berto 2024-02-07 12:38:34 +01:00
parent 208dfa173e
commit 6f2b94cd8d
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -19,6 +19,6 @@
};
swapDevices = [
{ device = "/swapfile"; size = 1024 * 4; }
{ device = "/swapfile"; size = 1024 * 1; }
];
}