clean qbittorrent
This commit is contained in:
@@ -3,6 +3,5 @@
|
||||
imports = [
|
||||
./openssh.nix
|
||||
./wireshark.nix
|
||||
./qbittorrent.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (lib) mkIf mkOption types;
|
||||
in
|
||||
{
|
||||
options.smayzy.qbittorrent.enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = "qbittorrent";
|
||||
};
|
||||
|
||||
config = mkIf config.smayzy.qbittorrent.enable {
|
||||
environment.systemPackages = with pkgs; [ qbittorrent ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user