fix sketchy-router nating

This commit is contained in:
lilly 2025-02-21 18:46:23 +01:00
parent d1ac02ee46
commit 6eaf81e5a6
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
2 changed files with 1 additions and 3 deletions

View file

@ -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" \

View file

@ -29,7 +29,7 @@
networking.nat = {
enable = true;
externalInterface = "ens19";
externalInterface = "ens18";
internalIPs = [ "10.20.25.0/24" ];
};