From 9cf68cc7a8b141707d1e663c10d65dce448552c3 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 16 Jan 2024 02:34:21 -0700 Subject: [PATCH] Add Fedora CoreOS butane file for mac NTS Signed-off-by: Tommy --- content/posts/macos/Secure Time Synchronization on macOS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/posts/macos/Secure Time Synchronization on macOS.md b/content/posts/macos/Secure Time Synchronization on macOS.md index f50629c..3e34fd4 100644 --- a/content/posts/macos/Secure Time Synchronization on macOS.md +++ b/content/posts/macos/Secure Time Synchronization on macOS.md @@ -21,10 +21,12 @@ Note that I am recommending UTM here over other solutions like [Parallels](https ## Choosing your Linux distribution -Generally, any distribution with `chrony` 4.0 or above would work fine. I recommend using Fedora since it is easy to manage, generally up to date, and has mostly sane defaults. +Generally, any distribution with `chrony` 4.0 or above would work fine. I recommend using Fedora since it is easy to manage, generally up to date, and has mostly sane defaults. You can download Fedora Server from their [official website](https://fedoraproject.org/server/download/). +If you want to use Fedora CoreOS, check out my Butane file [here](https://github.com/TommyTran732/Fedora-CoreOS-Ignition/blob/main/UTM.yml). Be sure to change the SSH Key and username before converting to your Ignition file! 😉 + ## Setting up the virtual machine Next, create your Linux VM in UTM. Make sure that you use the QEMU backend (as opposed to Apple Virtualization), set the Network Mode to Emulated VLAN, and port forward port `123/UDP` and `22/TCP`.