diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-05-13 03:18:20 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-05-13 03:18:20 -0400 |
commit | 335ac274c11c6b28bb17672629fd671c0ba423e2 (patch) | |
tree | 4a8e1904a8186e9e074c09896526973426da69e5 | |
parent | 77dbb818209f59e40a353302d76975e9bd654e55 (diff) |
changed readme for time-machine woes
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ | |||
10 | - Mount cow-store using herd start cow-store /mnt | 10 | - Mount cow-store using herd start cow-store /mnt |
11 | - 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 | 11 | - 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 |
12 | - Authorize nonguix channel using `curl -o signkey.pub https://substitutes.nonguix.org/signing-key.pub and guix archive --authorize < signkey.pub` | 12 | - Authorize nonguix channel using `curl -o signkey.pub https://substitutes.nonguix.org/signing-key.pub and guix archive --authorize < signkey.pub` |
13 | - 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` | 13 | - 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` |
14 | - When installed, proceed | 14 | - When installed, proceed |
15 | - Reboot into system, assign root and ryan user a password | 15 | - Reboot into system, assign root and ryan user a password |
16 | - Setup system completely | 16 | - Setup system completely |