modified: auto-installer/installer.nix

This commit is contained in:
2025-07-21 10:18:29 +10:00
parent aeb2cde784
commit 094b6c34f0

View File

@@ -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";
};