summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-28 14:38:43 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-28 14:38:43 +0200
commitfc5d37e83c93f395b49baae2d30fba49c02b83d1 (patch)
treec78bd55c022932f8458db9e25f669b138593b005
parent330cea25d9ca9f43cfeb76283846b6a7cb5645e1 (diff)
downloadnixos-fc5d37e83c93f395b49baae2d30fba49c02b83d1.tar
nixos-fc5d37e83c93f395b49baae2d30fba49c02b83d1.tar.gz
nixos-fc5d37e83c93f395b49baae2d30fba49c02b83d1.tar.bz2
nixos-fc5d37e83c93f395b49baae2d30fba49c02b83d1.tar.xz
nixos-fc5d37e83c93f395b49baae2d30fba49c02b83d1.zip
timesyncd instead of chrony
-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