home

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

commit 82d511e0b61ba197ee29b15f58961bfa1248a746
parent 27095048ae5fd232d221f0ad7b3747df6a0a2a6d
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 30 Apr 2020 02:09:31 +0200

install.sh: do hardware generation in script…

… and add an item to not forget populating the assets folder

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

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

diff --git a/install.sh b/install.sh @@ -45,8 +45,9 @@ set -x mkdir -p /mnt/etc git clone https://gitlab.com/vdemeester/home.git /mnt/etc/nixos echo -n ${name} > /mnt/etc/nixos/hostname +nixos-generate-config --root /mnt set +x echo "Run the following:" -echo "- nixos-generate-config --root /mnt" +echo "- populate assets/ folder" echo "- (once ready) nixos-install"