operating-systems: buer: Remove extra slash when symlinking persistent files

main
Luis Guilherme Coelho 2024-11-19 11:50:20 -03:00
parent 2a12b1f930
commit f96a4a3808
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@
(simple-service 'persistent-files
special-files-service-type
(map (juxt identity
(partial string-append "/gnu/persist/"))
(partial string-append "/gnu/persist"))
file-system:persistent-files))
#|Sysctl services|#