diff options
Diffstat (limited to 'nixos/hosts/ev/torrent.nix')
-rw-r--r-- | nixos/hosts/ev/torrent.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hosts/ev/torrent.nix b/nixos/hosts/ev/torrent.nix index 7b7cbdb..ddc4dcb 100644 --- a/nixos/hosts/ev/torrent.nix +++ b/nixos/hosts/ev/torrent.nix @@ -1,7 +1,7 @@ { config, lib, pkgs, ... }: let - helpers = import <top/helpers.nix>; + helpers = import <top/helpers.nix> { inherit config; }; cfg = config.torrent; in { |