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;