diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/darkstar/services.nix | 2 |
1 files changed, 0 insertions, 2 deletions
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 ''; }; |