Reduce gaming vm swap

This commit is contained in:
Vili Sinervä 2025-01-11 14:59:46 +02:00
parent 78d7227471
commit ff76d7ffe8
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -13,13 +13,6 @@
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;
}