#!/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?"