try and do native qbittorrent
This commit is contained in:
11
flake.nix
11
flake.nix
@@ -12,6 +12,10 @@
|
||||
|
||||
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
|
||||
nix-minecraft.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
vpn-confinement.url = "github:Maroka-chan/VPN-Confinement";
|
||||
|
||||
nixpkgs-qbt.url = "github:NixOS/nixpkgs/pull/287923/head";
|
||||
};
|
||||
|
||||
outputs =
|
||||
@@ -20,6 +24,8 @@
|
||||
quadlet-nix,
|
||||
nix-minecraft,
|
||||
nixos-hardware,
|
||||
vpn-confinement,
|
||||
nixpkgs-qbt,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
@@ -99,6 +105,11 @@
|
||||
nixos-hardware.nixosModules.common-pc-ssd
|
||||
nixos-hardware.nixosModules.common-gpu-intel
|
||||
|
||||
vpn-confinement.nixosModules.default
|
||||
|
||||
# import the `services.qbittorrent` module
|
||||
(nixpkgs-qbt + "/nixos/modules/services/torrent/qbittorrent.nix")
|
||||
|
||||
(
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user