Преглед изворни кода

Merge branch 'master' of codeberg.org:control/home

Zander Hawke пре 9 месеци
родитељ
комит
872ffa6dd3
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]