diff --git a/machine-confs/gaming.nix b/machine-confs/gaming.nix index 0ddb463..8ecf291 100644 --- a/machine-confs/gaming.nix +++ b/machine-confs/gaming.nix @@ -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; }