nixfmt time

Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
Ivan Bushchik 2024-05-07 18:34:29 +03:00
parent 06e8299c0e
commit 2568362e00
No known key found for this signature in database
GPG key ID: 2F16FBF3262E090C

View file

@ -22,8 +22,13 @@
};
services.chrony.enable = true;
networking.timeServers =
[ "89.109.251.21" "89.109.251.22" "ntp1.vniiftri.ru" "0.ru.pool.ntp.org" "0.pool.ntp.org" ];
networking.timeServers = [
"89.109.251.21"
"89.109.251.22"
"ntp1.vniiftri.ru"
"0.ru.pool.ntp.org"
"0.pool.ntp.org"
];
# Useful tools
boot.kernelModules = [ "af_packet" ];