fix sketchy-router nating
This commit is contained in:
parent
d1ac02ee46
commit
6eaf81e5a6
2 changed files with 1 additions and 3 deletions
|
@ -9,6 +9,4 @@ exec nixos-rebuild $ACTION \
|
||||||
--use-substitutes \
|
--use-substitutes \
|
||||||
--no-build-nix \
|
--no-build-nix \
|
||||||
--use-remote-sudo \
|
--use-remote-sudo \
|
||||||
--build-host "noc@10.20.25.2" \
|
|
||||||
--target-host "noc@10.20.25.2" \
|
|
||||||
--flake ".#$HOST" \
|
--flake ".#$HOST" \
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
networking.nat = {
|
networking.nat = {
|
||||||
enable = true;
|
enable = true;
|
||||||
externalInterface = "ens19";
|
externalInterface = "ens18";
|
||||||
internalIPs = [ "10.20.25.0/24" ];
|
internalIPs = [ "10.20.25.0/24" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue