Fix clock drift

This commit is contained in:
Gonne Kretschmer 2023-11-06 16:03:35 +01:00
parent b2f0945473
commit 22d8749f7a

View file

@ -56,5 +56,7 @@ services = {
PasswordAuthentication = false;
};
};
#Prevent clock drift due to interaction problem with xen hardware clock
timesyncd.enable = lib.mkForce true;
};
}