mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Fix for ensuring time sync
This commit is contained in:
parent
526639580f
commit
2eea633dc4
|
@ -1,5 +1,5 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.ntp.enable = true;
|
||||
services.timesyncd.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue