about summary refs log tree commit diff
diff options
context:
space:
mode:
-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;