reciproka-ops/profiles/chrony.nix

7 lines
140 B
Nix
Raw Permalink Normal View History

# Nix configuration for the hosts running a Chrony service
2022-08-15 07:32:25 +00:00
{config, ...}: {
2021-10-07 02:13:48 +00:00
services.chrony = {
2022-08-15 07:32:25 +00:00
enable = true; # Enable Chrony
2021-10-07 02:13:48 +00:00
};
}