diff --git a/nixos/roles/default.nix b/nixos/roles/default.nix index b536d28..d92b970 100644 --- a/nixos/roles/default.nix +++ b/nixos/roles/default.nix @@ -56,5 +56,7 @@ services = { PasswordAuthentication = false; }; }; +#Prevent clock drift due to interaction problem with xen hardware clock + timesyncd.enable = lib.mkForce true; }; }