We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
failed to create symbolic link
1 parent a29a0fb commit 0c0ed5dCopy full SHA for 0c0ed5d
1 file changed
nixos-modules/storage/seaweedfs/server.nix
@@ -97,7 +97,7 @@
97
}; }
98
99
# config for the mount deamon of seaweedfs
100
- (lib.mapAttrs' (name: value: lib.nameValuePair ("seaweedfs-mount-" + name) {
+ (lib.mapAttrs' (name: value: lib.nameValuePair ("seaweedfs-mount" + (lib.replaceStrings [ "/" ] [ "-" ] name)) {
101
description = "seaweedfs mount service";
102
wantedBy = [ "multi-user.target" ];
103
after = [ "network-online.target" "etcd.service" "seaweedfs-filer.service" ];
0 commit comments