mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
solved vm conflict
This commit is contained in:
parent
81be08ae7a
commit
8a9f41e37e
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
||||||
hardwareClockInLocalTime = true;
|
hardwareClockInLocalTime = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.timesyncd = {
|
services.timesyncd = lib.mkDefault {
|
||||||
enable = true;
|
enable = true;
|
||||||
servers = [
|
servers = [
|
||||||
"0.pool.ntp.org"
|
"0.pool.ntp.org"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue