chrony added
This commit is contained in:
@@ -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
|
# Services
|
||||||
./wireguard.nix
|
./wireguard.nix
|
||||||
./docker.nix
|
./docker.nix
|
||||||
|
./chrony.nix
|
||||||
./docker-device-mapper.nix
|
./docker-device-mapper.nix
|
||||||
./seaweedfs-mount.nix
|
./seaweedfs-mount.nix
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user