From 4acfed6233ef387e4d615015b1eaf4ac508dd2b4 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Tue, 24 Sep 2024 15:38:48 -0700 Subject: Add chrony to arrakis and modularize configuration --- hosts/darkstar/services.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'hosts/darkstar/services.nix') diff --git a/hosts/darkstar/services.nix b/hosts/darkstar/services.nix index 67bfc1b..e385bca 100644 --- a/hosts/darkstar/services.nix +++ b/hosts/darkstar/services.nix @@ -14,12 +14,10 @@ }; services.chrony = { - enable = true; extraConfig = '' local stratum 3 binddevice enp116s0 allow 192.168.1/24 - server time.cloudflare.com iburst nts ''; }; -- cgit v1.2.3