Skip to content

Commit

Permalink
feat: add chrony for time (#151)
Browse files Browse the repository at this point in the history
It may affect future server operations, but for now it is mostly
because I feel like it.
  • Loading branch information
NoRePercussions authored Dec 16, 2024
1 parent 76460bf commit b293bda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hosts/common/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@
./sudo-no-password.nix # don't require password for sudo
./tailscale.nix
];

# Prefer full NTP for higher-accuracy time
services.chrony.enable = true;
}

0 comments on commit b293bda

Please sign in to comment.