.
This commit is contained in:
parent
d03f44a7e2
commit
b7bf3d53e6
2 changed files with 21 additions and 18 deletions
|
@ -31,6 +31,8 @@ mkdir -p /mnt/boot/efi
|
|||
mount /dev/disk/by-label/EFI /mnt/boot/efi
|
||||
herd start cow-store /mnt
|
||||
guix pull -C./channels.scm
|
||||
$GUIX_PROFILE="/root/.config/guix/current"
|
||||
. "$GUIX_PROFILE/etc/profile"
|
||||
hash guix
|
||||
guix system -L. init ./config.scm /mnt --substitute-urls="https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://substitutes.nonguix.org"
|
||||
#+end_src
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
(use-modules
|
||||
(gnu)
|
||||
(gnu image)
|
||||
(gnu packages gnome)
|
||||
(gnu services authentication)
|
||||
(gnu services base)
|
||||
(gnu services dbus)
|
||||
|
|
Loading…
Reference in a new issue