mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -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;
|
||||
};
|
||||
|
||||
services.timesyncd = {
|
||||
services.timesyncd = lib.mkDefault {
|
||||
enable = true;
|
||||
servers = [
|
||||
"0.pool.ntp.org"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue