haccfiles/hosts/README.md

22 lines
613 B
Markdown
Raw Normal View History

2020-12-24 19:30:53 +00:00
# deploy auf hainich
2020-12-24 19:34:51 +00:00
**NICHT** nix os-re build sw itch
2020-12-24 19:30:53 +00:00
Auf hainich mit ssh verbinden.
Im root Verzeichnis sollte das haccfiles repro (das hier) liegen
Falls ja, einfach pullen
``git pull origin main;``
sonst erneut clonen
``git clone https://gitlab.infra4future.de/infra/haccfiles.git``
dann in das repro wechseln
``cd /root/haccfiles``
Und das ganze bauen
2020-12-24 19:32:08 +00:00
``nix build -f . -I nixpkgs=https://github.com/hexchen/nixpkgs/archive/hexchen-20.09.tar.gz deploy.hainich``
2020-12-24 19:30:53 +00:00
2020-12-24 19:32:08 +00:00
und mit ``./result`` als neue boot option auswählen und darauf wechseln
oder
mit``./result test`` das ganze nur bis zum reboot zu behalten.