home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 379399a5fbd79c43cb438133f65c79bd79aff1e0
parent 65e475fa99631b02cd6d3d04fb582ea4568939fa
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 21 May 2020 14:38:57 +0200

instal.sh: run nixos-install :)

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Minstall.sh | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -50,4 +50,9 @@ nixos-generate-config --root /mnt set +x echo "Run the following:" echo "- populate assets/ folder" -echo "- (once ready) nixos-install" +echo "- do last minutes changes" +echo "Once you are done, just exit the shell (C-D or exit)" +bash + +echo "Run nixos-install" +nixos-install --channel $(nix eval --raw '(import nix/sources.nix).nixos.outPath') --no-channel-copy