From 342f5aa6395f28c1cbe6b6587ebcecc1b4703121 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Tue, 13 May 2025 14:03:06 -0400 Subject: SmallLaptop config added, home-config changed before adding SOPs, README updated --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8a7b564..57922c3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,27 @@ ## Installing Guix -### Instructions +### New Instructions + +- Boot from Bootable media +- Setup network and partitions with graphical installer +- bail out before installation, go to terminal + - mount cow-store using `herd start cow-store /mnt` + - download latest personal config + - add authorization keys + - use guix time-machine with `env GUILE_LOAD_PATH='' GUILD_LOAD_COMPILED_PATH='' ...` to init system + - place copy of config in /mnt to copy over later. MAKE SURE TO INCLUDE .git FOLDER!! + - reboot into new system +- assign root and ryan pw +- login to ryan + - place config into ~/.config/guix + - run `guix pull -C ~/.config/guix/channels.scm` + - run `sudo -E guix system -L ~/.config/guix/modules reconfigure ...` + - run `guix home -L ~/.config/guix/modules reconfigure ...` + - run `nix run --no-write-lock-file github:nix-community/home-manager/ -- --flake ".#$USER" switch` +- you may have a system now + +### Instructions (old, for reference) - Create USB with Guix installation image - Boot and create partitions using graphical installer @@ -10,7 +30,7 @@ - Mount cow-store using herd start cow-store /mnt - Download latest version of configuration using `curl -o main.tar.gz --insecure --follow https://git.ryanserver.home.arpa/ryan77627/guix-config/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 `env GUILE_LOAD_PATH='' GUILE_LOAD_COMPILED_PATH='' 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` + - 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 ryan user a password - Setup system completely -- cgit v1.2.3