chrony added
This commit is contained in:
7
chrony.nix
Normal file
7
chrony.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, ... }: {
|
||||
services.chrony = {
|
||||
enable = true;
|
||||
enableNTS = true;
|
||||
servers = [ "0.pool.ntp.org" "1.pool.ntp.org" "2.pool.ntp.org" "3.pool.ntp.org" ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user