Update nix/flake/bootstrap/bootstrap.sh

This commit is contained in:
Pim Kunis 2024-03-03 09:29:19 +00:00
parent b6a0f95ee4
commit 90165687ef

View file

@ -43,4 +43,4 @@ secret-tool lookup age-identity "$servername" > "$temp/etc/age_ed25519"
chmod 600 "$temp/etc/age_ed25519"
# Install NixOS to the host system with our age identity
nixos-anywhere --help #--extra-files "$temp" --flake ".#${servername}" "root@${hostname}"
nixos-anywhere --extra-files "$temp" --flake ".#${servername}" "root@${hostname}"