host/tatos: increase swapfile

This commit is contained in:
Dmitriy Pleshevskiy 2025-02-05 16:08:34 +03:00
parent 7476ce80be
commit 522b055fee
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -5,4 +5,11 @@
./generated.nix
./networking.secret.nix
];
swapDevices = [
{
device = "/var/lib/swapfile";
size = 2 * 1024;
}
];
}