diff options
author | Freya Murphy <freya@freyacat.org> | 2024-06-21 14:11:32 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-06-21 14:11:32 -0400 |
commit | ec91773b25ee8bd7c3e36031ec0970e7bc30c6bd (patch) | |
tree | 5ebe7612005cb2e020a57f1a3dacbb332fb86638 /README.md | |
parent | mispelling of UUID from UUId (diff) | |
download | dotfiles-guix-ec91773b25ee8bd7c3e36031ec0970e7bc30c6bd.tar.gz dotfiles-guix-ec91773b25ee8bd7c3e36031ec0970e7bc30c6bd.tar.bz2 dotfiles-guix-ec91773b25ee8bd7c3e36031ec0970e7bc30c6bd.zip |
update kaworu and start dotfiles update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,11 +8,11 @@ - 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 --insecure --follow https://g.tylerm.dev/tylerm/dotfiles/archive/main.tar.gz` and unpack using tar + - 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 tylerm user a password +- Reboot into system, assign root and freya user a password - Setup system completely - Clone guix-config to proper location - Reconfigure system |