added navidrone configuration

This commit is contained in:
Ifrahim Ansari 2026-02-15 19:20:07 -05:00
parent 6e1f4bc690
commit 56100e1d0b
2 changed files with 7 additions and 1 deletions

View file

@ -11,7 +11,6 @@
nil nil
nixd nixd
nixfmt nixfmt
package-version-server
unzip unzip
ghostty ghostty
flatpak flatpak

View file

@ -94,6 +94,13 @@
}; };
}; };
services.navidrome = {
enable = true;
settings = {
MusicFolder = "/mnt/music";
};
};
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
# OCI Container configuration # OCI Container configuration