summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/bragi.nix b/bragi.nix
index 4768ab60..4e537696 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -247,14 +247,6 @@ in rec {
247 ''; 247 '';
248 }; 248 };
249 249
250 services.ntp = {
251 enable = false;
252 };
253
254 services.chrony = {
255 enable = true;
256 };
257
258 users.extraUsers.root = let 250 users.extraUsers.root = let
259 template = (import users/gkleen.nix); 251 template = (import users/gkleen.nix);
260 in { 252 in {