Fix clock drift
This commit is contained in:
parent
b2f0945473
commit
22d8749f7a
1 changed files with 2 additions and 0 deletions
|
@ -56,5 +56,7 @@ services = {
|
|||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
#Prevent clock drift due to interaction problem with xen hardware clock
|
||||
timesyncd.enable = lib.mkForce true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue