~ruther/guix-local

d7fd4eab515ab92493b2f232344d9d5ae6e6c9b1 — Rutherther 2 months ago 32988df
services: shared-cache: Require user-file-systems.

Newly user-file-systems should be required by services
that do operations with mounts.

Change-Id: Ib0438bb2e783e1d7131dcea6a8c166e83850de81
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/services/guix.scm
M gnu/services/guix.scm => gnu/services/guix.scm +1 -1
@@ 1268,7 1268,7 @@ ca-certificates.crt file in the system profile."
            ;; Each subdir has its own service
            (name (string-append "shared-cache-" subdir "-" user))
            ;; Make sure the homes are already present
            (requirement '(file-systems user-homes))
            (requirement '(file-systems user-file-systems user-homes))
            ;; Mount each shared dir over the target dir in the users' .cache/
            (source      (string-append shared-directory "/" subdir))
            (destination (string-append location         "/" subdir))