hosts/TITAN: perform NAT for hyprspace
This commit is contained in:
parent
039d25da18
commit
0eb07f4633
1 changed files with 8 additions and 0 deletions
|
@ -60,5 +60,13 @@
|
|||
|
||||
boot.tmpOnTmpfs = true;
|
||||
boot.tmpOnTmpfsSize = "75%";
|
||||
|
||||
networking.nat = {
|
||||
enable = true;
|
||||
externalInterface = "enp24s0";
|
||||
internalIPs = [
|
||||
"10.100.3.0/24"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue