11 lines
150 B
Nix
11 lines
150 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.timesyncd = {
|
|
enable = true;
|
|
servers = [
|
|
"ntp-1.int.infra.auro.re"
|
|
"ntp-2.int.infra.auro.re"
|
|
];
|
|
};
|
|
}
|