clean qbittorrent
This commit is contained in:
parent
3dac11f8d9
commit
058f8318e5
@ -75,7 +75,6 @@
|
|||||||
gateway = "192.168.1.254";
|
gateway = "192.168.1.254";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
qbittorrent.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
|
|||||||
@ -52,6 +52,7 @@ in
|
|||||||
calibre
|
calibre
|
||||||
arduino-ide
|
arduino-ide
|
||||||
firejail
|
firejail
|
||||||
|
qbittorrent
|
||||||
neomutt
|
neomutt
|
||||||
pass
|
pass
|
||||||
isync
|
isync
|
||||||
|
|||||||
@ -3,6 +3,5 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./openssh.nix
|
./openssh.nix
|
||||||
./wireshark.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 ];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user