mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 09:26:14 -05:00
updated deploy script
This commit is contained in:
parent
33a7e1524d
commit
24aab6a9ee
1 changed files with 6 additions and 1 deletions
|
@ -58,8 +58,13 @@ copy_and_prepare() {
|
|||
echo "Mounting /gnu/store to destination disk..."
|
||||
herd start cow-store /mnt
|
||||
|
||||
# Install the non-guix signing keys
|
||||
echo "Installing non-guix signing keys for substitutes..."
|
||||
curl -o sign-key.pub https://substitutes.nonguix.org/signing-key.pub
|
||||
guix archive --authorize < sign-key.pub
|
||||
|
||||
echo "Beginning install!"
|
||||
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 $install_hostname.scm /mnt
|
||||
guix time-machine -C ./channels.scm -- system -L ./modules --substitute-urls='https://substitutes.nonguix.org https://bordeaux.guix.gnu.org https://ci.guix.gnu.org' init $install_hostname.scm /mnt
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue