Revert "Reduce gaming vm swap"

This reverts commit ff76d7ffe8.
This commit is contained in:
Vili Sinervä 2025-01-11 15:08:52 +02:00
parent ff76d7ffe8
commit d93f49f2b5
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -13,6 +13,13 @@
users.users.vili.hashedPasswordFile = pkgs.lib.mkForce null;
swapDevices = pkgs.lib.mkForce [
{
device = "/var/lib/swapfile";
size = 16 * 1024;
}
];
# HARDWARE SPECIFIC
services.qemuGuest.enable = true;
}