mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
here: Use ntp
This commit is contained in:
parent
451c13187f
commit
35d1145189
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
];
|
||||
system.stateVersion = "23.11";
|
||||
services.openssh.enable = true;
|
||||
services.ntp.enable = true; # Accurate time in Parallels VM?
|
||||
boot = {
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue