-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mpd: add nfs and smb support #43934
mpd: add nfs and smb support #43934
Conversation
@GrahamcOfBorg build mpd |
Success on x86_64-linux (full log) Attempted: mpd Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: mpd Partial log (click to expand)
|
Let's run the module test |
No attempt on x86_64-linux (full log) The following builds were skipped because they don't evaluate on x86_64-linux: tests.mpd Partial log (click to expand)
|
The test eval error seems unrelated. I just ran the test locally on this branch, looks good. |
Failure on x86_64-darwin (full log) Attempted: mpd Partial log (click to expand)
|
Turns out |
OK, good to know. I've updated the PR accordingly. |
Success on aarch64-linux (full log) Attempted: tests.mpd Partial log (click to expand)
|
@GrahamcOfBorg build mpd |
Success on aarch64-linux (full log) Attempted: mpd Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: mpd Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: mpd Partial log (click to expand)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM.
Motivation for this change
MPD supports so-called storage plugins. This allows it to directly access NFS and SMB shares without the need for mounting them and is a useful feature in a satellite setup, see also #41367. To make use of them in NixOS the
services.mpd.musicDirectory
option needs to allow for more than just paths.Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)cc @andir