Commit 82d511e0b61b

Vincent Demeester <vincent@sbr.pm>
2020-04-30 02:09:31
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>
1 parent 2709504
Changed files (1)
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"