From 8c55b64b212e2ffcb60d23ec180bf92a71e86656 Mon Sep 17 00:00:00 2001 From: Jacob Hinkle Date: Tue, 23 Jan 2024 12:50:10 -0500 Subject: [PATCH] Switch from chrony to timesyncd --- machines/cj/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/cj/configuration.nix b/machines/cj/configuration.nix index aae68f9..0e466f1 100644 --- a/machines/cj/configuration.nix +++ b/machines/cj/configuration.nix @@ -146,8 +146,6 @@ # List services that you want to enable: services = { - chrony.enable = true; - fail2ban = { enable = true; maxretry = 5; @@ -182,6 +180,8 @@ tailscale.enable = true; + timesyncd.enable = true; + unifi = { enable = true; openFirewall = true;