mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-30 14:01:15 +02:00
services: openntpd: Add openntpd to the system profile.
* gnu/services/networking.scm (openntpd-service-type): Extend the profile-service-type and add openntpd to the system profile.
This commit is contained in:
@@ -464,6 +464,8 @@ make an initial adjustment of more than 1,000 seconds."
|
||||
openntpd-shepherd-service)
|
||||
(service-extension account-service-type
|
||||
(const %ntp-accounts))
|
||||
(service-extension profile-service-type
|
||||
(compose list openntpd-configuration-openntpd))
|
||||
(service-extension activation-service-type
|
||||
openntpd-service-activation)))
|
||||
(default-value (openntpd-configuration))
|
||||
|
||||
Reference in New Issue
Block a user