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

fix(*/tangled/workflows): Update midnight IP

thecoded.prof 785990e5 57447e35

verified
+2 -2
+1 -1
.tangled/workflows/packetmix-release.yml
··· 25 25 - name: Add base system files 26 26 command: | 27 27 # Let us SSH to midnight by name 28 - echo "192.168.0.6 midnight" >> /etc/hosts 28 + echo "192.168.1.2 midnight" >> /etc/hosts 29 29 30 30 # Avoid missing user with UID 0 error on ssh... 31 31 echo "root:x:0:0:System administrator:/root:/run/current-system/sw/bin/bash" >> /etc/passwd
+1 -1
.tangled/workflows/packetmix-treefmt.yaml
··· 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