Fix for ensuring time sync

This commit is contained in:
Emmet 2023-12-24 07:42:21 -06:00
parent 526639580f
commit 2eea633dc4

View file

@ -1,5 +1,5 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
services.ntp.enable = true; services.timesyncd.enable = true;
} }