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" ];
|
||||
};
|
||||
}
|
||||
@@ -24,6 +24,7 @@
|
||||
# Services
|
||||
./wireguard.nix
|
||||
./docker.nix
|
||||
./chrony.nix
|
||||
./docker-device-mapper.nix
|
||||
./seaweedfs-mount.nix
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user