diff --git a/flake.nix b/flake.nix index 46e1c04f..a4e57ab0 100644 --- a/flake.nix +++ b/flake.nix @@ -79,6 +79,8 @@ # this produces a EFI-bootable .img file (GPT with / and /boot). # after building this, steps are: # run `btrfs-convert --uuid copy ` + # resize the part (`cfdisk `). + # mount the device and resize the fs (`btrfs filesystem resize max `) # boot, checkout this flake into /etc/nixos AND UPDATE THE UUIDS IT REFERENCES. # then `nixos-rebuild ...` decl-img = { name, system, extraModules ? [] }: (