This commit is contained in:
RingOfStorms (Joshua Bell) 2025-04-28 18:02:45 -05:00
parent 39edfefa58
commit e671f877d9
4 changed files with 26 additions and 8 deletions

View file

@ -16,10 +16,15 @@
config = {
## Give internet access
networking.nat.enable = true;
networking.nat.internalInterfaces = [ "ve-*" ];
networking.nat.externalInterface = "ens3";
networking.nat.enableIPv6 = true;
networking = {
nat = {
enable = true;
internalInterfaces = [ "ve-*" ];
externalInterface = "eno1";
enableIPv6 = true;
};
firewall.trustedInterfaces = [ "ve-*" ];
};
# mathesar
# services.mathesar.secretKey = "mImvhwyu0cFmtUNOAyOjm6qozWjEmHyrGIpOTZXWW7lnkj5RP3";