mirror of https://codeberg.org/anemofilia/zero
operating-systems: buer: Remove extra slash when symlinking persistent files
parent
0d8a3530d8
commit
92aa147de0
|
@ -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|#
|
||||
|
|
Loading…
Reference in New Issue