diff --git a/disk-config.nix b/disk-config.nix index 1f8a062..bbef13a 100644 --- a/disk-config.nix +++ b/disk-config.nix @@ -17,13 +17,14 @@ }; }; root = { - size = "100%"; + end = "-4G"; content = { type = "filesystem"; - format = "ext4"; + format = "btrfs"; mountpoint = "/"; }; }; + swap = { size = "100%"; }; }; }; };