We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e828f commit 5e08b31Copy full SHA for 5e08b31
hosts/server/nixarr/default.nix
@@ -247,7 +247,21 @@
247
vpnNamespace = "wg";
248
};
249
250
- services.flaresolverr.enable = true;
+ services = {
251
+ flaresolverr.enable = true;
252
+ samba = {
253
+ enable = true;
254
+ settings = {
255
+ public = {
256
+ browseable = "yes";
257
+ comment = "Public Music Share";
258
+ "guest ok" = "yes";
259
+ path = "/data/media/library/music";
260
+ "read only" = "yes";
261
+ };
262
263
264
265
266
server.proxy.virtualHosts = {
267
jellyfin = {
0 commit comments