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 = {
|
||||
enable = mkOption {
|
||||
type = types.bool;
|
||||
|
|
Loading…
Reference in New Issue