mio-ops/profiles/chrony.nix

12 lines
149 B
Nix
Raw Normal View History

2021-01-25 05:24:10 +00:00
# NixOps configuration for the hosts running a Chrony service
{ config, ... }:
{
services.chrony = {
2021-11-16 04:57:23 +00:00
enable = true; # Enable Chrony
2021-01-25 05:24:10 +00:00
};
}