From ff76d7ffe818dc3e9b4633988187ee772d3e85ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Sat, 11 Jan 2025 14:59:46 +0200 Subject: [PATCH] Reduce gaming vm swap --- machine-confs/gaming.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/machine-confs/gaming.nix b/machine-confs/gaming.nix index 8ecf291..0ddb463 100644 --- a/machine-confs/gaming.nix +++ b/machine-confs/gaming.nix @@ -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; }