mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 07:36:09 -05:00
added formatting
This commit is contained in:
parent
ec33bcc174
commit
af94b1b40d
1 changed files with 10 additions and 10 deletions
20
README.md
20
README.md
|
@ -8,22 +8,22 @@
|
||||||
- Boot and create partitions using graphical installer
|
- Boot and create partitions using graphical installer
|
||||||
- Bail out right before installation begins, go to terminal
|
- Bail out right before installation begins, go to terminal
|
||||||
- Mount cow-store using herd start cow-store /mnt
|
- 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
|
- 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
|
- 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
|
- 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
|
- When installed, proceed
|
||||||
- Reboot into system, assign root and ryan user a password
|
- Reboot into system, assign root and ryan user a password
|
||||||
- Setup system completely
|
- Setup system completely
|
||||||
- Clone guix-config to proper location
|
- Clone guix-config to proper location
|
||||||
- Reconfigure system
|
- Reconfigure system
|
||||||
- sudo -E guix time-machine -C channels.scm -- system -L modules reconfigure system.scm <---- may not be needed
|
- `sudo -E guix time-machine -C channels.scm -- system -L modules reconfigure system.scm` <---- may not be needed
|
||||||
- guix pull
|
- `guix pull`
|
||||||
- hash guix
|
- `hash guix`
|
||||||
- sudo guix system -L modules reconfigure system.scm
|
- `sudo guix system -L modules reconfigure system.scm`
|
||||||
- Configure GUIX Home
|
- Configure GUIX Home
|
||||||
- Install Nix Home Manager
|
- Install Nix Home Manager
|
||||||
- May need to sudo herd restart nix-daemon or reconfigure system to get nix working???
|
- May need to sudo herd restart nix-daemon or reconfigure system to get nix working???
|
||||||
- nix-channel --update
|
- `nix-channel --update`
|
||||||
- nix-shell '<home-manager>' -A install
|
- `nix-shell '<home-manager>' -A install`
|
||||||
- home-manager switch
|
- `home-manager switch`
|
||||||
- Everything should now be set up and ready to use :)
|
- Everything should now be set up and ready to use :)
|
||||||
|
|
Loading…
Reference in a new issue