소스 검색

feat(odin): setup script only mount

Zander Hawke 9 달 전
부모
커밋
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"
 
 # Install NixOS to the host system with our secrets
-# --disko-mode mount \
 nix run github:nix-community/nixos-anywhere -- \
+  --disko-mode mount \
   --extra-files "$temp" \
   --flake .#odin \
   --target-host [email protected]