diff options
| author | Rutherther <rutherther@ditigal.xyz> | 2025-12-20 13:34:20 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2025-12-20 13:37:12 +0100 |
| commit | d7fd4eab515ab92493b2f232344d9d5ae6e6c9b1 (patch) | |
| tree | 43b169bc4fadefd879db30395b7e1c570eb0c520 /gnu | |
| parent | 32988df4931f2bb4d81d15bfcebd8d904cd97845 (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.scm | 2 |
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." | |||
| 1268 | ;; Each subdir has its own service | 1268 | ;; Each subdir has its own service |
| 1269 | (name (string-append "shared-cache-" subdir "-" user)) | 1269 | (name (string-append "shared-cache-" subdir "-" user)) |
| 1270 | ;; Make sure the homes are already present | 1270 | ;; Make sure the homes are already present |
| 1271 | (requirement '(file-systems user-homes)) | 1271 | (requirement '(file-systems user-file-systems user-homes)) |
| 1272 | ;; Mount each shared dir over the target dir in the users' .cache/ | 1272 | ;; Mount each shared dir over the target dir in the users' .cache/ |
| 1273 | (source (string-append shared-directory "/" subdir)) | 1273 | (source (string-append shared-directory "/" subdir)) |
| 1274 | (destination (string-append location "/" subdir)) | 1274 | (destination (string-append location "/" subdir)) |
