Misc notes
This commit is contained in:
parent
a46e7d7bca
commit
4a1d065554
3 changed files with 4 additions and 9 deletions
|
@ -96,13 +96,6 @@ echo "{ ... }: { imports = [ ./hardware-configuration.nix ${nixos_config} ]; }"
|
|||
# Install NixOS! Or create a new generation.
|
||||
sudo nixos-install --no-root-password --root "$mountpoint"
|
||||
|
||||
# Install dotfiles. Actually not needed by nixos-install since it doesn't rewrite global paths to the mountpoint.
|
||||
# Without it no nixos-rebuild from the system itself once installed though.
|
||||
# Should probably be replaced with something like git-sync
|
||||
# sudo mkdir -p $mountpoint/home/geoffrey/.config/
|
||||
# sudo cp -a ../dotfiles $mountpoint/home/geoffrey/.config/
|
||||
# sudo chown geoffrey:geoffrey $mountpoint/home/geoffrey -R
|
||||
|
||||
set +x
|
||||
|
||||
# Signal the installation is done!
|
||||
|
@ -113,3 +106,4 @@ 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"
|
||||
echo "- Change root and user password"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue