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