Compare commits

..

No commits in common. "8f064a9c08176a1822b396eddc84ed6be105f8c9" and "2da19bf47e435405325ae6d33ce32c63365e56a0" have entirely different histories.

5 changed files with 6 additions and 7 deletions

View File

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