about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-06-24 16:50:47 +0100
committerdevhell <devhell@mailfresser.de>2019-06-24 16:50:47 +0100
commitcfb2711b43d3ca042be423ded07baa1cd3bd87a0 (patch)
tree81a9a4532f9e767afc9357ca5a31a64fabfaa485
parent65f4d2af84810b8e798efb0bae860f696dd75bfa (diff)
machines/gunnr: Add allowed NTP time server
Everything is locked down, but thankfully we have an NTP running. Phew.
-rw-r--r--machines/devhell/gunnr.nix4
1 files changed, 4 insertions, 0 deletions
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;