Meta-installer

This commit is contained in:
Geoffrey Frogeye 2023-12-09 23:51:04 +01:00
parent 1876ddeb71
commit a3436268c8
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
10 changed files with 100 additions and 40 deletions

View file

@ -103,5 +103,13 @@ sudo nixos-install --no-root-password --root "$mountpoint"
# sudo cp -a ../dotfiles $mountpoint/home/geoffrey/.config/
# sudo chown geoffrey:geoffrey $mountpoint/home/geoffrey -R
set +x
# Signal the installation is done!
echo 
echo "Manual post-installation instructions:"
echo "- Boot into the system"
echo "- Transfer necessary private keys (or use ssh -A for testing)"
echo "- Run git-sync-init"
echo "- Check that the system can build itself"