yuki: remove navidrome
Some checks are pending
flake check / check (push) Waiting to run
fmt check / check (push) Waiting to run

This commit is contained in:
notohh 2024-01-22 05:11:59 -05:00
parent 99048994d4
commit 440ed18545
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 0 additions and 12 deletions

View file

@ -8,6 +8,5 @@
./wallos.nix
./homepage.nix
./searxng.nix
./navidrome.nix
];
}

View file

@ -1,11 +0,0 @@
_: {
services.navidrome = {
enable = true;
openFirewall = true;
settings = {
Address = "100.108.113.89";
Port = 4533;
MusicFolder = "/media/music";
};
};
}