summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 21 insertions, 1 deletions
diff --git a/README.md b/README.md
index e224cc1..57922c3 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,27 @@
2 2
3## Installing Guix 3## Installing Guix
4 4
5### Instructions 5### New Instructions
6
7- Boot from Bootable media
8- Setup network and partitions with graphical installer
9- bail out before installation, go to terminal
10 - mount cow-store using `herd start cow-store /mnt`
11 - download latest personal config
12 - add authorization keys
13 - use guix time-machine with `env GUILE_LOAD_PATH='' GUILD_LOAD_COMPILED_PATH='' ...` to init system
14 - place copy of config in /mnt to copy over later. MAKE SURE TO INCLUDE .git FOLDER!!
15 - reboot into new system
16- assign root and ryan pw
17- login to ryan
18 - place config into ~/.config/guix
19 - run `guix pull -C ~/.config/guix/channels.scm`
20 - run `sudo -E guix system -L ~/.config/guix/modules reconfigure ...`
21 - run `guix home -L ~/.config/guix/modules reconfigure ...`
22 - run `nix run --no-write-lock-file github:nix-community/home-manager/ -- --flake ".#$USER" switch`
23- you may have a system now
24
25### Instructions (old, for reference)
6 26
7- Create USB with Guix installation image 27- Create USB with Guix installation image
8- Boot and create partitions using graphical installer 28- Boot and create partitions using graphical installer