mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
Merge branch 'main' of github.com:anotherhadi/nixy
Former-commit-id: a278d7b787
This commit is contained in:
@@ -21,7 +21,6 @@ in {
|
|||||||
prowlarr.enable = true;
|
prowlarr.enable = true;
|
||||||
radarr.enable = true;
|
radarr.enable = true;
|
||||||
sonarr.enable = true;
|
sonarr.enable = true;
|
||||||
sabnzbd.enable = true;
|
|
||||||
bazarr.enable = true;
|
bazarr.enable = true;
|
||||||
# transmission = {
|
# transmission = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
@@ -42,7 +41,6 @@ in {
|
|||||||
"prowlarr.${domain}" = mkVirtualHost "prowlarr" 9696;
|
"prowlarr.${domain}" = mkVirtualHost "prowlarr" 9696;
|
||||||
"radarr.${domain}" = mkVirtualHost "radarr" 7878;
|
"radarr.${domain}" = mkVirtualHost "radarr" 7878;
|
||||||
"sonarr.${domain}" = mkVirtualHost "sonarr" 8989;
|
"sonarr.${domain}" = mkVirtualHost "sonarr" 8989;
|
||||||
"sabnzbd.${domain}" = mkVirtualHost "sabnzbd" 8080;
|
|
||||||
"transmission.${domain}" = mkVirtualHost "transmission" 9091;
|
"transmission.${domain}" = mkVirtualHost "transmission" 9091;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user