···2525 - name: Add base system files
2626 command: |
2727 # Let us SSH to midnight by name
2828- echo "192.168.0.6 midnight" >> /etc/hosts
2828+ echo "192.168.1.2 midnight" >> /etc/hosts
29293030 # Avoid missing user with UID 0 error on ssh...
3131 echo "root:x:0:0:System administrator:/root:/run/current-system/sw/bin/bash" >> /etc/passwd
+1-1
.tangled/workflows/packetmix-treefmt.yaml
···2121 - name: Add base system files
2222 command: |
2323 # Let us SSH to midnight by name
2424- echo "192.168.0.6 midnight" >> /etc/hosts
2424+ echo "192.168.1.2 midnight" >> /etc/hosts
25252626 # Avoid missing user with UID 0 error on ssh...
2727 echo "root:x:0:0:System administrator:/root:/run/current-system/sw/bin/bash" >> /etc/passwd