nixformat + firewall rules to port forward qbittorrent
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
}:
|
||||
let
|
||||
download = pkgs.download;
|
||||
inherit (pkgs) download;
|
||||
gallerySecretsPath = lib.attrByPath [ "sops" "secrets" "gallery-dl/secrets" "path" ] null config;
|
||||
in
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@ let
|
||||
inputs.self.lib.hmOnlyUser config osConfig "jawz"
|
||||
&& (osConfig.my.units.download.enable || osConfig.my.units.downloadManga.enable);
|
||||
download = import ./common.nix {
|
||||
inherit inputs lib pkgs;
|
||||
inherit lib pkgs;
|
||||
config = if osConfig == null then { } else osConfig;
|
||||
};
|
||||
in
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
@@ -9,7 +8,6 @@ let
|
||||
download = import ./common.nix {
|
||||
inherit
|
||||
config
|
||||
inputs
|
||||
lib
|
||||
pkgs
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user