nix flake update

This commit is contained in:
2026-04-25 19:28:01 +03:00
parent 86e20597a7
commit 1d84fb7354
8 changed files with 64 additions and 39 deletions
+22
View File
@@ -0,0 +1,22 @@
{
config,
inputs,
lib,
pkgs,
xlib,
...
}:
{
services = {
navidrome = {
enable = false;
openFirewall = true;
# environmentFile = "";
settings = {
Address = "0.0.0.0";
Port = "4533";
MusicFolder = "/mnt/beets/music";
};
};
};
}