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 \
|
||||
--no-build-nix \
|
||||
--use-remote-sudo \
|
||||
--build-host "noc@10.20.25.2" \
|
||||
--target-host "noc@10.20.25.2" \
|
||||
--flake ".#$HOST" \
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
networking.nat = {
|
||||
enable = true;
|
||||
externalInterface = "ens19";
|
||||
externalInterface = "ens18";
|
||||
internalIPs = [ "10.20.25.0/24" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue