diff --git a/README.md b/README.md index a3442f4..6aea2e1 100644 --- a/README.md +++ b/README.md @@ -5,25 +5,7 @@ ### Instructions - Create USB with Guix installation image -- Boot and create partitions using graphical installer -- Bail out right before installation begins, go to terminal - - Mount cow-store using herd start cow-store /mnt - - Download latest version of configuration using `curl -o main.tar.gz https://g.freya.dev/freya/dotfiles/archive/main.tar.gz` and unpack using tar - - Authorize nonguix channel using `curl -o signkey.pub https://substitutes.nonguix.org/signing-key.pub and guix archive --authorize < signkey.pub` - - Modify/add system config for system and initialize using `guix time-machine -C channels.scm -- system -L modules/ --substitute-urls='https://bordeaux.guix.gnu.org https://ci.guix.gnu.org https://substitutes.nonguix.org' init system.scm /mnt` - - When installed, proceed -- Reboot into system, assign root and freya user a password -- Setup system completely - - Clone guix-config to proper location - - Reconfigure system - - `sudo -E guix time-machine -C channels.scm -- system -L modules reconfigure system.scm` <---- may not be needed - - `guix pull` - - `hash guix` - - `sudo guix system -L modules reconfigure system.scm` - - Configure GUIX Home - - Install Nix Home Manager - - May need to sudo herd restart nix-daemon or reconfigure system to get nix working??? - - `nix-channel --update` - - `nix-shell '' -A install` - - `home-manager switch` -- Everything should now be set up and ready to use :) +- Boot and immediately drop into shell, skip graphical installer +- Install git `guix shell git`, and pull this repo `git clone https://g.freya.cat/freya/dotfiles-guix.git` +- Enter the `installer` directory and run `./guix-setup` +- Its Guixing time