Test CI : nixos-rebuild
Some checks failed
/ test (push) Failing after 15s

This commit is contained in:
Théo Barnouin 2024-10-23 18:36:47 +02:00
parent 8314635a53
commit c8a5ffde42

View file

@ -16,3 +16,4 @@ jobs:
eval $(ssh-agent -s) eval $(ssh-agent -s)
ssh-add id_ed25519.pub ssh-add id_ed25519.pub
ssh -o StrictHostKeyChecking=accept-new tbarnouin@192.168.1.40 echo "All set !" ssh -o StrictHostKeyChecking=accept-new tbarnouin@192.168.1.40 echo "All set !"
nixos-rebuild --target-host root@192.168.1.40 switch --flake .#nginx