rework
This commit is contained in:
parent
09817ded71
commit
96d409b636
@ -1,9 +1,10 @@
|
||||
#!/run/current-system/sw/bin/bash
|
||||
storePath=$(/run/current-system/sw/bin/nix-store -q installFiles)
|
||||
#storePath=$(/run/current-system/sw/bin/nix-store -q installFiles)
|
||||
|
||||
echo "Installing system using disco and flake"
|
||||
|
||||
cd ./installer
|
||||
#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
|
||||
nix run 'github:nix-community/disko/latest#disko-install' -- --flake './etc#zabbixProxy' --disk main /dev/sda
|
||||
|
||||
echo "System should be installed?"
|
||||
Loading…
Reference in New Issue
Block a user