From 094b6c34f0d3ffce8c8a4e1d4c4e731a4706117b Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 21 Jul 2025 10:18:29 +1000 Subject: [PATCH] modified: auto-installer/installer.nix --- auto-installer/installer.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/auto-installer/installer.nix b/auto-installer/installer.nix index 81840b5..9be322e 100644 --- a/auto-installer/installer.nix +++ b/auto-installer/installer.nix @@ -67,7 +67,14 @@ environment.etc."git-credentials".text = TTYReset = true; TTYVHangup = true; }; - + path = [ + pkgs.bash + pkgs.parted + pkgs.util-linux + pkgs.e2fsprogs + pkgs.nixos-install + pkgs.git + ]; # Run script attached to tty1 script = "exec /etc/auto-install.sh"; };