mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-19 00:19:11 +00:00
hosts/bootstrap: update flake-parts config
This commit is contained in:
parent
f677752cef
commit
5c29f5f1ce
@ -98,8 +98,10 @@ in {
|
|||||||
# The barely customized non-graphical installer.
|
# The barely customized non-graphical installer.
|
||||||
bootstrap = {
|
bootstrap = {
|
||||||
nixpkgs.branch = "nixos-unstable-small";
|
nixpkgs.branch = "nixos-unstable-small";
|
||||||
|
home-manager.branch = "home-manager-unstable";
|
||||||
systems = [ "aarch64-linux" "x86_64-linux" ];
|
systems = [ "aarch64-linux" "x86_64-linux" ];
|
||||||
formats = [ "install-iso" ];
|
formats = [ "install-iso" ];
|
||||||
|
shouldBePartOfNixOSConfigurations = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# The barely customized graphical installer.
|
# The barely customized graphical installer.
|
||||||
|
Loading…
Reference in New Issue
Block a user