From 5d6f86e57c6f4d62871646cb410501aa76b2564a Mon Sep 17 00:00:00 2001 From: lelgenio Date: Tue, 13 Dec 2022 16:59:35 -0300 Subject: [PATCH] rainbow: increase swap to 8GB --- hosts/rainbow.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/rainbow.nix b/hosts/rainbow.nix index b161930..ad60626 100644 --- a/hosts/rainbow.nix +++ b/hosts/rainbow.nix @@ -40,7 +40,7 @@ in { swapDevices = [{ device = "/swap/swapfile"; - size = (1024 * 4); # RAM size + 2 GB + size = (1024 * 8); }]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking