From 90165687efbb582689cae4d050a09a8c5f7545d0 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Sun, 3 Mar 2024 09:29:19 +0000 Subject: [PATCH] Update nix/flake/bootstrap/bootstrap.sh --- nix/flake/bootstrap/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/flake/bootstrap/bootstrap.sh b/nix/flake/bootstrap/bootstrap.sh index 6f6ad13..daccc3e 100755 --- a/nix/flake/bootstrap/bootstrap.sh +++ b/nix/flake/bootstrap/bootstrap.sh @@ -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}"