mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-10 04:49:19 -08:00
13 lines
200 B
Nix
13 lines
200 B
Nix
_: {
|
|
services = {
|
|
sonarr = {
|
|
enable = true;
|
|
};
|
|
|
|
nginx.virtualHosts."sonarr.gensokyo.zone" = {
|
|
locations."/".proxyPass = "http://localhost:8989";
|
|
};
|
|
};
|
|
|
|
# Port 8989
|
|
}
|