diff --git a/pkgs/installer/flake-module.nix b/pkgs/installer/flake-module.nix index ba425d7f3..88373da53 100644 --- a/pkgs/installer/flake-module.nix +++ b/pkgs/installer/flake-module.nix @@ -42,11 +42,12 @@ let mountpoint = "/boot"; }; }; - "root" = { - size = "100%"; + root = { + name = "root"; + end = "-0"; content = { type = "filesystem"; - format = "ext4"; + format = "f2fs"; mountpoint = "/"; }; };