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
This commit is contained in:
@@ -17,7 +17,8 @@
|
|||||||
nextcloud-pwd = { path = "/etc/nextcloud/pwd.txt"; };
|
nextcloud-pwd = { path = "/etc/nextcloud/pwd.txt"; };
|
||||||
adguard-pwd = { };
|
adguard-pwd = { };
|
||||||
hoarder = { };
|
hoarder = { };
|
||||||
wireguard-pia = { };
|
wireguard-pia = { owner = "torrenter"; };
|
||||||
|
recyclarr = { owner = "recyclarr"; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,7 +28,10 @@ in {
|
|||||||
vpn.enable = true;
|
vpn.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
recyclarr.enable = true;
|
recyclarr = {
|
||||||
|
enable = true;
|
||||||
|
configFile = config.sops.secrets.recyclarr.path;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts = {
|
services.nginx.virtualHosts = {
|
||||||
|
|||||||
@@ -136,6 +136,11 @@ in {
|
|||||||
url = "https://jellyfin.hadi.diy";
|
url = "https://jellyfin.hadi.diy";
|
||||||
icon = "si:jellyfin";
|
icon = "si:jellyfin";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
title = "Jellyseerr";
|
||||||
|
url = "https://jellyseerr.hadi.diy";
|
||||||
|
icon = "si:odysee";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
title = "Radarr";
|
title = "Radarr";
|
||||||
url = "https://radarr.hadi.diy";
|
url = "https://radarr.hadi.diy";
|
||||||
@@ -149,12 +154,12 @@ in {
|
|||||||
{
|
{
|
||||||
title = "Prowlarr";
|
title = "Prowlarr";
|
||||||
url = "https://prowlarr.hadi.diy";
|
url = "https://prowlarr.hadi.diy";
|
||||||
icon = "si:prowlarr";
|
icon = "si:podcastindex";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
title = "SABnzbd";
|
title = "SABnzbd";
|
||||||
url = "https://sabnzbd.hadi.diy";
|
url = "https://sabnzbd.hadi.diy";
|
||||||
icon = "si:sabnzbd";
|
icon = "si:sabanci";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
title = "Transmission";
|
title = "Transmission";
|
||||||
|
|||||||
Reference in New Issue
Block a user