Loading nixos/modules/services/networking/i2pd.nix +4 −4 Original line number Diff line number Diff line { config, lib, pkgs, ... }: let inherit (lib) mkIf mkOption mkEnableOption types optional optionals; inherit (lib.types) nullOr bool listOf str; inherit (lib) mkIf mkOption mkDefault mkEnableOption types optional optionals; inherit (lib.types) nullOr bool listOf str attrsOf submodule; cfg = config.services.i2pd; Loading Loading @@ -618,7 +618,7 @@ in outTunnels = mkOption { default = {}; type = with types; attrsOf (submodule ( type = attrsOf (submodule ( { name, ... }: { options = { destinationPort = mkOption { Loading @@ -639,7 +639,7 @@ in inTunnels = mkOption { default = {}; type = with types; attrsOf (submodule ( type = attrsOf (submodule ( { name, ... }: { options = { inPort = mkOption { Loading Loading
nixos/modules/services/networking/i2pd.nix +4 −4 Original line number Diff line number Diff line { config, lib, pkgs, ... }: let inherit (lib) mkIf mkOption mkEnableOption types optional optionals; inherit (lib.types) nullOr bool listOf str; inherit (lib) mkIf mkOption mkDefault mkEnableOption types optional optionals; inherit (lib.types) nullOr bool listOf str attrsOf submodule; cfg = config.services.i2pd; Loading Loading @@ -618,7 +618,7 @@ in outTunnels = mkOption { default = {}; type = with types; attrsOf (submodule ( type = attrsOf (submodule ( { name, ... }: { options = { destinationPort = mkOption { Loading @@ -639,7 +639,7 @@ in inTunnels = mkOption { default = {}; type = with types; attrsOf (submodule ( type = attrsOf (submodule ( { name, ... }: { options = { inPort = mkOption { Loading