refactor(mediabox): library mounts

This commit is contained in:
arcnmx 2024-01-24 12:46:21 -08:00
parent 228e2cf788
commit 59c61d021e
20 changed files with 416 additions and 101 deletions

View file

@ -1,13 +1,5 @@
_: {
services = {
sonarr = {
enable = true;
};
nginx.virtualHosts."sonarr.gensokyo.zone" = {
locations."/".proxyPass = "http://localhost:8989";
};
services.sonarr = {
enable = true;
};
# Port 8989
}