nixos, i2pd: nat option, default true

This commit is contained in:
Edward Tjörnhammar
2017-09-12 10:13:29 +02:00
parent 26619935d1
commit 847ce53ab1

View File

@@ -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;