flake.nix: bump diskImage additionalSpace from default 512M to 1G

This commit is contained in:
Astro 2022-05-26 01:47:09 +02:00
parent f068db0d11
commit 49533b91fe

View File

@ -78,6 +78,7 @@
system.build.diskImage = import "${nixpkgs}/nixos/lib/make-disk-image.nix" {
name = "${config.networking.hostName}-disk";
partitionTableType = "hybrid";
additionalSpace = "1G";
inherit config lib pkgs;
};
};