nixos, i2pd: nat option, default true
This commit is contained in:
parent
26619935d1
commit
847ce53ab1
|
@ -256,6 +256,14 @@ in
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nat = mkOption {
|
||||||
|
type = types.bool;
|
||||||
|
default = true;
|
||||||
|
description = ''
|
||||||
|
Assume router is NATed. Enabled by default.
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
upnp = {
|
upnp = {
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
|
|
Loading…
Reference in New Issue