inversepath/usbarmory: drop inappropriate comment

This commit is contained in:
Yegor Timoshenko 2017-12-24 14:12:06 +00:00
parent f35389f469
commit 4570276556
No known key found for this signature in database
GPG Key ID: C34BF9DCC9DF8210
1 changed files with 1 additions and 2 deletions

View File

@ -24,12 +24,11 @@ in
services.udev.extraRules =
''SUBSYSTEM=="net", ACTION=="add", ATTRS{idVendor}=="0525", ATTRS{idProduct}=="a4a2", NAME="${staticDevName}"'';
# systemshit will probably still leave an a interface with a garbage name around
networking =
{ interfaces."${staticDevName}".ip4 = [{ address = "10.0.0.2"; prefixLength = 24; }];
nat = { enable = true; internalInterfaces = [ staticDevName ]; };
extraHosts = "10.0.0.1 armory";
};
}