add missing path packages
This commit is contained in:
parent
3b93a74781
commit
0091bb3aca
|
@ -50,6 +50,8 @@ in {
|
||||||
path = with pkgs; [
|
path = with pkgs; [
|
||||||
fuse
|
fuse
|
||||||
fuse3
|
fuse3
|
||||||
|
rclone
|
||||||
|
util-linux
|
||||||
];
|
];
|
||||||
serviceConfig.ExecStart = "${mountMusic}/bin/mount-music --syslog";
|
serviceConfig.ExecStart = "${mountMusic}/bin/mount-music --syslog";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue