0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-19 08:31:01 +03:00
nixpkgs/nixos/modules/services/networking/ntp
Stefan Frijters dbb71e266a nixos/ntpd: fix permissions error when creating drift file
This fixes "frequency file /var/lib/ntp/ntp.drift.TEMP: Permission denied".

Creating a directory via StateDirectory makes that directory /var/lib/ntp owned by root:root.
However, when running ntpd we change to user ntp (see ntpFlags), so the process cannot
actually use that directory.

Actually creating a home directory for the user at that location solves that problem.

(cherry picked from commit 31942f20f4)
2024-12-22 22:21:04 +00:00
..
chrony.nix nixos: remove all uses of lib.mdDoc 2024-04-13 10:07:35 -07:00
ntpd-rs.nix treewide: format all inactive Nix files 2024-12-10 20:29:24 +01:00
ntpd.nix nixos/ntpd: fix permissions error when creating drift file 2024-12-22 22:21:04 +00:00
openntpd.nix treewide: format all inactive Nix files 2024-12-10 20:29:24 +01:00