mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 16:39:42 -04:00
lib.mkDefault timesyncd
This commit is contained in:
parent
674fa7c408
commit
7bb2f954e7
2 changed files with 2 additions and 2 deletions
|
|
@ -81,7 +81,7 @@
|
|||
hardwareClockInLocalTime = true;
|
||||
};
|
||||
|
||||
services.timesyncd = {
|
||||
services.timesyncd = lib.mkDefault {
|
||||
enable = true;
|
||||
servers = [
|
||||
"0.pool.ntp.org"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue