mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
services/vfs-mapping: Fix default name.
* gnu/services/linux.scm (vfs-mapping): Fix vfs-mapping default name. Fixes: #1953 Change-Id: I7e05cc19d9dbcd7a4ccb86ee009ee947349738da Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
This commit is contained in:
parent
3559381d6e
commit
43e5e856e1
1 changed files with 3 additions and 4 deletions
|
@ -651,9 +651,8 @@ placed in a udev rules file."
|
|||
(group vfs-mapping-group
|
||||
(default "users"))
|
||||
(name vfs-mapping-name
|
||||
(default (string-append
|
||||
(vfs-mapping-source this-record) "-["
|
||||
(vfs-mapping-policy this-record) "]->"
|
||||
(default (format #f "~a-on-~a"
|
||||
(vfs-mapping-policy this-record)
|
||||
(vfs-mapping-destination this-record)))
|
||||
(thunked))
|
||||
(requirement vfs-mapping-requirement
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue