add missing path packages

This commit is contained in:
chaos 2024-05-24 21:16:35 +01:00
parent 3b93a74781
commit 0091bb3aca
No known key found for this signature in database

View file

@ -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";
}; };