diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-28 14:38:43 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-28 14:38:43 +0200 |
commit | fc5d37e83c93f395b49baae2d30fba49c02b83d1 (patch) | |
tree | c78bd55c022932f8458db9e25f669b138593b005 | |
parent | 330cea25d9ca9f43cfeb76283846b6a7cb5645e1 (diff) | |
download | nixos-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.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||