summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRutherther <rutherther@ditigal.xyz>2025-12-20 13:34:20 +0100
committerRutherther <rutherther@ditigal.xyz>2025-12-20 13:37:12 +0100
commitd7fd4eab515ab92493b2f232344d9d5ae6e6c9b1 (patch)
tree43b169bc4fadefd879db30395b7e1c570eb0c520 /gnu
parent32988df4931f2bb4d81d15bfcebd8d904cd97845 (diff)
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/services/guix.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/guix.scm b/gnu/services/guix.scm
index 51aaf550bf0..d7862b465e9 100644
--- a/gnu/services/guix.scm
+++ b/gnu/services/guix.scm
@@ -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))