Skip to content

Commit 0c0ed5d

Browse files
committed
Fixed weird failed to create symbolic link error.
1 parent a29a0fb commit 0c0ed5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nixos-modules/storage/seaweedfs/server.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
}; }
9898

9999
# config for the mount deamon of seaweedfs
100-
(lib.mapAttrs' (name: value: lib.nameValuePair ("seaweedfs-mount-" + name) {
100+
(lib.mapAttrs' (name: value: lib.nameValuePair ("seaweedfs-mount" + (lib.replaceStrings [ "/" ] [ "-" ] name)) {
101101
description = "seaweedfs mount service";
102102
wantedBy = [ "multi-user.target" ];
103103
after = [ "network-online.target" "etcd.service" "seaweedfs-filer.service" ];

0 commit comments

Comments
 (0)