mio-ops/profiles/chrony.nix

7 lines
144 B
Nix
Raw Normal View History

2021-01-25 05:24:10 +00:00
# NixOps configuration for the hosts running a Chrony service
2022-03-07 14:26:15 +00:00
{config, ...}: {
2021-01-25 05:24:10 +00:00
services.chrony = {
2022-03-07 14:26:15 +00:00
#enable = true; # Enable Chrony
2021-01-25 05:24:10 +00:00
};
}