From c825120197c6d3f1298b71393f8efa8b4ac5c0db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 18 Aug 2022 23:25:02 +0200 Subject: [PATCH] factorio: increase RAM --- hosts/factorio/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/factorio/default.nix b/hosts/factorio/default.nix index 4e781cbe..fbd4585d 100644 --- a/hosts/factorio/default.nix +++ b/hosts/factorio/default.nix @@ -8,6 +8,8 @@ }; }; + microvm.mem = 8 * 1024; + networking = { hostName = "factorio"; };