.
This commit is contained in:
parent
32a450a550
commit
a7a6601135
2 changed files with 10 additions and 6 deletions
4
Makefile
4
Makefile
|
@ -1,5 +1,7 @@
|
||||||
reconfigure:
|
reconfigure:
|
||||||
guix archive --authorize < signing-key.pub
|
guix pull
|
||||||
|
sudo guix archive --authorize < keys/non-guix.pub; \
|
||||||
guix system reconfigure ./config.scm --substitute-urls='https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://substitutes.nonguix.org'
|
guix system reconfigure ./config.scm --substitute-urls='https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://substitutes.nonguix.org'
|
||||||
|
guix home reconfigure ./home/home-configuration.scm
|
||||||
make -C /home/zilti/.guix-home/profile/lib/browserpass hosts-firefox-user
|
make -C /home/zilti/.guix-home/profile/lib/browserpass hosts-firefox-user
|
||||||
flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
|
|
|
@ -11,8 +11,10 @@
|
||||||
|
|
||||||
#+begin_src makefile :tangle Makefile
|
#+begin_src makefile :tangle Makefile
|
||||||
reconfigure:
|
reconfigure:
|
||||||
guix archive --authorize < signing-key.pub
|
guix pull
|
||||||
|
sudo guix archive --authorize < keys/non-guix.pub; \
|
||||||
guix system reconfigure ./config.scm --substitute-urls='https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://substitutes.nonguix.org'
|
guix system reconfigure ./config.scm --substitute-urls='https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://substitutes.nonguix.org'
|
||||||
|
guix home reconfigure ./home/home-configuration.scm
|
||||||
make -C /home/zilti/.guix-home/profile/lib/browserpass hosts-firefox-user
|
make -C /home/zilti/.guix-home/profile/lib/browserpass hosts-firefox-user
|
||||||
flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
Loading…
Reference in a new issue