reNixos/ada/networking/timeServers.nix
s0me1newithhand7s bcb7f2dcb0 ada: upstream
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-03-25 18:47:19 +03:00

9 lines
132 B
Nix

_: {
networking = {
timeServers = [
"time.cloudflare.com"
"time.google.com"
"ru.pool.ntp.org"
];
};
}