7 lines
144 B
Nix
7 lines
144 B
Nix
# NixOps configuration for the hosts running a Chrony service
|
|
{config, ...}: {
|
|
services.chrony = {
|
|
#enable = true; # Enable Chrony
|
|
};
|
|
}
|