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