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

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