modified: auto-installer/installer.nix
This commit is contained in:
@@ -67,7 +67,14 @@ environment.etc."git-credentials".text =
|
|||||||
TTYReset = true;
|
TTYReset = true;
|
||||||
TTYVHangup = true;
|
TTYVHangup = true;
|
||||||
};
|
};
|
||||||
|
path = [
|
||||||
|
pkgs.bash
|
||||||
|
pkgs.parted
|
||||||
|
pkgs.util-linux
|
||||||
|
pkgs.e2fsprogs
|
||||||
|
pkgs.nixos-install
|
||||||
|
pkgs.git
|
||||||
|
];
|
||||||
# Run script attached to tty1
|
# Run script attached to tty1
|
||||||
script = "exec /etc/auto-install.sh";
|
script = "exec /etc/auto-install.sh";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user