hosts/TITAN: perform NAT for hyprspace

This commit is contained in:
Max Headroom 2022-10-08 12:16:37 +02:00
parent 039d25da18
commit 0eb07f4633

View file

@ -60,5 +60,13 @@
boot.tmpOnTmpfs = true;
boot.tmpOnTmpfsSize = "75%";
networking.nat = {
enable = true;
externalInterface = "enp24s0";
internalIPs = [
"10.100.3.0/24"
];
};
}