summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index d4fcc4cc..7ddd6508 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -192,7 +192,7 @@ in rec {
192 ]; 192 ];
193 }; 193 };
194 194
195 services.chrony = { 195 services.timesyncd = {
196 enable = true; 196 enable = true;
197 }; 197 };
198 198