mirror of
https://github.com/ivabus/nixos
synced 2024-11-22 00:15:06 +03:00
nixfmt time
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
06e8299c0e
commit
2568362e00
1 changed files with 7 additions and 2 deletions
|
@ -22,8 +22,13 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services.chrony.enable = true;
|
services.chrony.enable = true;
|
||||||
networking.timeServers =
|
networking.timeServers = [
|
||||||
[ "89.109.251.21" "89.109.251.22" "ntp1.vniiftri.ru" "0.ru.pool.ntp.org" "0.pool.ntp.org" ];
|
"89.109.251.21"
|
||||||
|
"89.109.251.22"
|
||||||
|
"ntp1.vniiftri.ru"
|
||||||
|
"0.ru.pool.ntp.org"
|
||||||
|
"0.pool.ntp.org"
|
||||||
|
];
|
||||||
|
|
||||||
# Useful tools
|
# Useful tools
|
||||||
boot.kernelModules = [ "af_packet" ];
|
boot.kernelModules = [ "af_packet" ];
|
||||||
|
|
Loading…
Reference in a new issue