+1
-1
.tangled/workflows/packetmix-build.yml
+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