Add chrony to keep time synchronised
This commit is contained in:
parent
56c5affc2e
commit
d283804a02
11
roles/chrony.nix
Normal file
11
roles/chrony.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
# NixOps configuration for the hosts running a Chrony service
|
||||
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
|
||||
services.chrony = {
|
||||
enable = true; # Enable Chrony
|
||||
};
|
||||
|
||||
}
|
|
@ -5,6 +5,7 @@
|
|||
{
|
||||
|
||||
imports = [
|
||||
./chrony.nix
|
||||
./tmux.nix
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue