diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-05-18 18:25:07 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-05-20 21:42:33 +0300 |
commit | 19f20f4ffe88eb0ea3b0c88d1cf3ec43cda926c5 (patch) | |
tree | 250075bbc52c7ec8bfe96d1a49d0bf2eaf9f0654 /gnu/services/networking.scm | |
parent | 6a2b906565b677d62210d69d418ce150c202931b (diff) | |
download | guix-19f20f4ffe88eb0ea3b0c88d1cf3ec43cda926c5.tar guix-19f20f4ffe88eb0ea3b0c88d1cf3ec43cda926c5.tar.gz |
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.
Diffstat (limited to 'gnu/services/networking.scm')
-rw-r--r-- | gnu/services/networking.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm index 6e71ccf8fe..a24342f237 100644 --- a/gnu/services/networking.scm +++ b/gnu/services/networking.scm @@ -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)) |