add navidrome, nfs and slskd
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
services.nfs.server = {
|
||||
enable = true;
|
||||
exports = {
|
||||
"/media/music" = {
|
||||
"192.168.132.0/24" = [
|
||||
"rw"
|
||||
"async"
|
||||
"no_subtree_check"
|
||||
"fsid=1"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user