Baldur: add 4G swap file

This commit is contained in:
Filippo Berto 2024-02-07 12:28:24 +01:00
parent 91e4ede38a
commit 208dfa173e
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -18,5 +18,7 @@
fsType = "ext4";
};
swapDevices = [ ];
swapDevices = [
{ device = "/swapfile"; size = 1024 * 4; }
];
}