guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

24/36: services: hurd: Use hurd-file-systems-service.


From: guix-commits
Subject: 24/36: services: hurd: Use hurd-file-systems-service.
Date: Fri, 1 May 2020 11:54:01 -0400 (EDT)

janneke pushed a commit to branch wip-hurd-vm
in repository guix.

commit 661c2e6cd5c740e9895920460ace17fc689222b8
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Sat Apr 25 12:41:35 2020 +0200

    services: hurd: Use hurd-file-systems-service.
    
    * gnu/system.scm (hurd-default-essential-services):
---
 gnu/system.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/system.scm b/gnu/system.scm
index 167a240..e082d33 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -571,6 +571,7 @@ bookkeeping."
         (account-service (append (operating-system-accounts os)
                                  (operating-system-groups os))
                          (operating-system-skeletons os))
+        (service hurd-file-systems-service-type)
         (pam-root-service (operating-system-pam-services os))
         (hurd-etc-service os)
         (service profile-service-type



reply via email to

[Prev in Thread] Current Thread [Next in Thread]