hosts/bootstrap: update flake-parts config

This commit is contained in:
Gabriel Arazas 2025-03-14 18:25:55 +08:00
parent f677752cef
commit 5c29f5f1ce
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -98,8 +98,10 @@ in {
# The barely customized non-graphical installer.
bootstrap = {
nixpkgs.branch = "nixos-unstable-small";
home-manager.branch = "home-manager-unstable";
systems = [ "aarch64-linux" "x86_64-linux" ];
formats = [ "install-iso" ];
shouldBePartOfNixOSConfigurations = true;
};
# The barely customized graphical installer.