From 94736a53ef7573f83871a048f56c57ff2dbd6112 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 21 Jul 2025 09:19:07 +1000 Subject: [PATCH] modified: auto-installer/installer.nix --- auto-installer/installer.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/auto-installer/installer.nix b/auto-installer/installer.nix index 527d919..6c84e9c 100644 --- a/auto-installer/installer.nix +++ b/auto-installer/installer.nix @@ -41,6 +41,7 @@ environment.etc."git-credentials".text = pkgs.nixos-install pkgs.nix pkgs.git + pkgs.bash ]; serviceConfig = { Type = "oneshot"; @@ -69,7 +70,7 @@ environment.etc."git-credentials".text = mkdir -p /mnt/install-tmp export TMPDIR=/mnt/install-tmp - nixos-install --flake "$(cat /etc/flake-url)" --no-root-password + nixos-install --flake "$(cat /etc/flake-url)" --no-root-password --no-write-lock-file rm -r /mnt/install-tmp sleep 10 reboot