yuki: remove navidrome
Some checks are pending
flake check / check (push) Waiting to run
fmt check / check (push) Waiting to run
Some checks are pending
flake check / check (push) Waiting to run
fmt check / check (push) Waiting to run
This commit is contained in:
parent
99048994d4
commit
440ed18545
2 changed files with 0 additions and 12 deletions
|
@ -8,6 +8,5 @@
|
||||||
./wallos.nix
|
./wallos.nix
|
||||||
./homepage.nix
|
./homepage.nix
|
||||||
./searxng.nix
|
./searxng.nix
|
||||||
./navidrome.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
_: {
|
|
||||||
services.navidrome = {
|
|
||||||
enable = true;
|
|
||||||
openFirewall = true;
|
|
||||||
settings = {
|
|
||||||
Address = "100.108.113.89";
|
|
||||||
Port = 4533;
|
|
||||||
MusicFolder = "/media/music";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue