haccfiles/configuration/hosts
2020-12-24 20:30:53 +01:00
..
cdn livecdn: DRY the whole thing a bit 2020-11-29 12:54:35 +00:00
hainich added old ssh key because reasons 2020-12-24 17:31:03 +01:00
nixda nixda: add blender 2020-12-03 20:56:35 +00:00
default.nix hosts: init cdn-loadbalancer 2020-11-29 02:55:17 +00:00
README.md How to deploy to hainich 2020-12-24 20:30:53 +01:00

deploy auf hainich

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

nix build -f . -I nixpkgs=https://github.com/hexchen/nixpkgs/archive/hexchen-20.09.tar.gz deploy.hainich && ./result

im Zweifeln am ende && ./result test statt && ./result, um das ganze nur bis zum reboot zu behalten.