hermes/navidrome: Remove navidrome module from hermes and delete its config

Now that Music collection from WSL can be accessed by Strawberry directly from
filesystem, it is not necessary to keep navidrome service around any more.
This commit is contained in:
Payas Relekar 2022-11-01 13:07:56 +05:30
parent 402d841348
commit c2a9dc5ca3
2 changed files with 0 additions and 14 deletions

View file

@ -61,7 +61,6 @@
nixos-wsl.nixosModules.wsl
./hosts/hermes/wsl.nix
./hosts/hermes/syncthing.nix
./hosts/hermes/navidrome.nix
# ./hosts/hermes/backup.nix
agenix.nixosModules.age
./hosts/hermes/secrets/agenix.nix

View file

@ -1,13 +0,0 @@
{ config, ... }:
let
payas = "payas";
in
{
imports = [
../../modules/common-navidrome.nix
];
services.navidrome.settings = {
Address = "127.0.0.1";
};
}