mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
feat: add qbittorrent
This commit is contained in:
parent
1794f75431
commit
a3caaf7d2e
3 changed files with 196 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ lib.mkIf config.fireproof.homelab.enable (let
|
|||
src = pkgs.fetchFromGitHub {
|
||||
owner = "nickolaj-jepsen";
|
||||
repo = "glance";
|
||||
rev = "996d19a251c4d233f8091546ed0d22305b5e1641";
|
||||
rev = "7ea37f329e17908cdcc306f0fbb23a62e7c50584";
|
||||
hash = "sha256-ZU9iswhgQPeMZeQmzgNhFBcO2TzWYrmIWPnKSAA0fFM=";
|
||||
};
|
||||
});
|
||||
|
|
@ -233,6 +233,12 @@ in {
|
|||
icon = "sh:prowlarr";
|
||||
same-tab = true;
|
||||
}
|
||||
{
|
||||
title = "qBittorrent";
|
||||
url = "https://qbittorrent.nickolaj.com";
|
||||
icon = "sh:qbittorrent";
|
||||
same-tab = true;
|
||||
}
|
||||
{
|
||||
title = "Zitadel";
|
||||
url = "https://sso.nickolaj.com";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue