hosts/graphical-installer: add external-hdd as main Disko config

This commit is contained in:
Gabriel Arazas 2024-02-27 21:20:42 +08:00
parent d354debb75
commit fb6c2789a9
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -63,7 +63,8 @@
# The barely customized graphical installer.
graphical-installer = {
systems = [ "aarch64-linux" "x86_64-linux" ];
formats = [ "install-iso" ];
formats = [ "install-iso-graphical" ];
diskoConfigs = [ "external-hdd" ];
};
# The WSL system (that is yet to be used).