add navidrome, nfs and slskd

This commit is contained in:
2026-07-23 01:24:08 +02:00
parent 497ca74787
commit 8cfe8b7c6f
7 changed files with 156 additions and 12 deletions
+15
View File
@@ -0,0 +1,15 @@
{
services.nfs.server = {
enable = true;
exports = {
"/media/music" = {
"192.168.132.0/24" = [
"rw"
"async"
"no_subtree_check"
"fsid=1"
];
};
};
};
}