Compare commits

...

2 Commits

Author SHA1 Message Date
Tommy
8f064a9c08
Hard code DNS resolver IP for Metropolis Nexus
Signed-off-by: Tommy <contact@tommytran.io>
2025-06-02 13:56:07 -07:00
Tommy
94be1579c6
Syntax fix
Signed-off-by: Tommy <contact@tommytran.io>
2025-06-02 13:11:49 -07:00
5 changed files with 7 additions and 6 deletions

View File

@ -16,5 +16,6 @@
"--host-uds=open"
]
}
}
},
"dns" : [ "192.168.1.1" ]
}

File diff suppressed because one or more lines are too long

View File

@ -131,7 +131,7 @@ systemd:
Description=Run docker-compose-updater for /srv/%I daily, 15 mintues after OS updates
[Timer]
OnCalendar=daily 3:15
OnCalendar=*-*-* 03:15
Persistent=true
[Install]
@ -171,7 +171,7 @@ storage:
source: https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/yum.repos.d/docker-ce.repo
- path: /etc/docker/daemon.json
contents:
source: https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/docker/daemon.json
source: https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/docker/daemon-metropolis-nexus.json
- path: /etc/chrony.conf
contents:
source: https://raw.githubusercontent.com/GrapheneOS/infrastructure/refs/heads/main/etc/chrony.conf

File diff suppressed because one or more lines are too long

View File

@ -154,7 +154,7 @@ systemd:
Description=Run docker-compose-updater for /srv/%I daily, 15 mintues after OS updates
[Timer]
OnCalendar=daily 3:15
OnCalendar=*-*-* 03:15
Persistent=true
[Install]