netboot.nix/config/initrd-include/bin/install.sh
2024-12-31 18:38:09 -05:00

8 lines
227 B
Bash

#!/run/current-system/sw/bin/bash
storePath=$(nix-store -q installFiles)
echo "Installing system using disco and flake"
disko-install --disk main /dev/sda --flake $storePath/etc#zabbixProxy
echo "System should be installed?"