Your one-stop-cake-shop for everything Freshly Baked has to offer

ci: correct build workflow IP

This IP was changed in the release and treefmt workflows, but we missed
it in the build workflow

authored by a.starrysky.fyi and committed by

Tangled 12218272 f19e433a

+1 -1
+1 -1
.tangled/workflows/packetmix-build.yml
··· 21 21 - name: Add base system files 22 22 command: | 23 23 # Let us SSH to midnight by name 24 - echo "192.168.0.6 midnight" >> /etc/hosts 24 + echo "192.168.1.2 midnight" >> /etc/hosts 25 25 26 26 # Avoid missing user with UID 0 error on ssh... 27 27 echo "root:x:0:0:System administrator:/root:/run/current-system/sw/bin/bash" >> /etc/passwd