Skip to content

Commit

Permalink
fix: fix navidrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Suya1671 committed May 22, 2024
1 parent 30c8ecb commit a253dd3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions systems/modules/navidrome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
services.navidrome = {
enable = true;
openFirewall = true;
# unused but required by nixos module
settings = {
MusicFolder = "/mnt/BulkStorage/Music";
Address = "192.168.1.42";
};
};

systemd.services.navidrome = {
Expand Down

0 comments on commit a253dd3

Please sign in to comment.