From cfb2711b43d3ca042be423ded07baa1cd3bd87a0 Mon Sep 17 00:00:00 2001 From: devhell Date: Mon, 24 Jun 2019 16:50:47 +0100 Subject: machines/gunnr: Add allowed NTP time server Everything is locked down, but thankfully we have an NTP running. Phew. --- machines/devhell/gunnr.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'machines/devhell') diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix index 0f32b8e7..47f63253 100644 --- a/machines/devhell/gunnr.nix +++ b/machines/devhell/gunnr.nix @@ -133,6 +133,10 @@ ''; }; + services.timesyncd = { + servers = [ "ntp.canterbury.ac.uk" ]; + }; + #### Machine-specific packages configuration #### vuizvui.user.devhell.profiles.packages.enable = true; -- cgit 1.4.1