diff --git a/README.md b/README.md index 338b916..922a7fa 100644 --- a/README.md +++ b/README.md @@ -67,17 +67,11 @@ configuration Install NixOS sudo nixos-install --no-root-passwd -Enter the target as a container, set a user password and clone the dotfiles +Enter the target as a container and set a user password sudo cp /etc/resolv.conf /mnt/etc/ # see https://github.com/NixOS/nixpkgs/issues/39665 nixos-enter passwd simon - su simon - # press “q” to get rid of zsh-newuser-install - git clone https://github.com/andsens/homeshick.git $HOME/.homesick/repos/homeshick - source $HOME/.homesick/repos/homeshick/homeshick.sh - homeshick clone https://git.sbruder.de/simon/dotfiles - ^D # user ^D # nixos-enter sudo rm /mnt/etc/resolv.conf reboot