mirror of https://codeberg.org/anemofilia/zero
operating-systems: buer: Remove extra slash when symlinking persistent files
parent
2a12b1f930
commit
f96a4a3808
|
@ -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