9 lines
132 B
Nix
9 lines
132 B
Nix
_: {
|
|
networking = {
|
|
timeServers = [
|
|
"time.cloudflare.com"
|
|
"time.google.com"
|
|
"ru.pool.ntp.org"
|
|
];
|
|
};
|
|
}
|