9 lines
347 B
Bash
9 lines
347 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
|
|
nix run 'github:nix-community/disko/latest#disko-install' -- --flake '$storePath/etc#zabbixProxy' --disk main /dev/sda
|
|
|
|
echo "System should be installed?" |