This commit is contained in:
Daniel Ziltener 2024-04-07 14:54:55 +02:00
parent 32a450a550
commit a7a6601135
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
2 changed files with 10 additions and 6 deletions

View File

@ -1,5 +1,7 @@
reconfigure:
guix archive --authorize < signing-key.pub
guix system reconfigure ./config.scm --substitute-urls='https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://substitutes.nonguix.org'
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
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 home reconfigure ./home/home-configuration.scm
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

View File

@ -10,9 +10,11 @@
* Makefile
#+begin_src makefile :tangle Makefile
reconfigure:
guix archive --authorize < signing-key.pub
reconfigure:
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 home reconfigure ./home/home-configuration.scm
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
#+end_src