1
0
Просмотр исходного кода

feat(odin): setup script only mount

Zander Hawke 9 месяцев назад
Родитель
Сommit
ada38336ab
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      hosts/odin/install.sh

+ 1 - 1
hosts/odin/install.sh

@@ -26,8 +26,8 @@ chmod 600 "$temp/etc/ssh/ssh_host_ed25519_key"
 chmod 600 "$temp/etc/ssh/ssh_host_rsa_key"
 chmod 600 "$temp/etc/ssh/ssh_host_rsa_key"
 
 
 # Install NixOS to the host system with our secrets
 # Install NixOS to the host system with our secrets
-# --disko-mode mount \
 nix run github:nix-community/nixos-anywhere -- \
 nix run github:nix-community/nixos-anywhere -- \
+  --disko-mode mount \
   --extra-files "$temp" \
   --extra-files "$temp" \
   --flake .#odin \
   --flake .#odin \
   --target-host [email protected]
   --target-host [email protected]