diff --git a/nixos/hosts/nixos-framework/disks.nix b/nixos/hosts/nixos-framework/disks.nix index 54d1f703..ff28b9ae 100644 --- a/nixos/hosts/nixos-framework/disks.nix +++ b/nixos/hosts/nixos-framework/disks.nix @@ -26,7 +26,7 @@ { name = "LUKS"; start = "550MiB"; - end = "-64GiB"; + end = "-128GiB"; content = { type = "luks"; name = "ROOT"; @@ -53,7 +53,7 @@ } # partition 2 (/ BTRFS) { name = "SWAP"; - start = "-64GiB"; + start = "-128GiB"; end = "100%"; content = { type = "swap"; @@ -64,4 +64,4 @@ ]; # partitions }; # content }; # disko.devices.disk.nvme0 -} # root \ No newline at end of file +} # root