From 7d6e6c427ae50d1eef5001b771b94771ec094988 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 1 Feb 2024 14:54:48 +0100 Subject: [PATCH] Increase the swap a bit --- disko/EDI/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/disko/EDI/configuration.nix b/disko/EDI/configuration.nix index 7c17496..610edd9 100644 --- a/disko/EDI/configuration.nix +++ b/disko/EDI/configuration.nix @@ -34,7 +34,7 @@ content = { root = { name = "root"; - end = "-1G"; + end = "-2G"; content = { type = "filesystem"; format = "bcachefs"; @@ -42,7 +42,7 @@ }; }; encryptedSwap = { - size = "10M"; + size = "20M"; content = { type = "swap"; randomEncryption = true;