Files
nixpkgs/nixos/modules/services/networking
Stefan Frijters 31942f20f4 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.
2024-12-22 16:20:31 -06:00
..
2024-12-10 21:08:31 +01:00
2024-12-10 21:08:31 +01:00
2024-12-06 20:47:15 +00:00
2024-12-03 11:11:45 +01:00
2024-11-04 15:55:13 +01:00
2024-12-09 11:00:01 +03:00