configure sketchy-router (dhcp + non-working NAT)

This commit is contained in:
lilly 2025-02-18 23:09:59 +01:00
commit d1ac02ee46
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
2 changed files with 52 additions and 3 deletions

View file

@ -9,6 +9,6 @@ exec nixos-rebuild $ACTION \
--use-substitutes \
--no-build-nix \
--use-remote-sudo \
--build-host "$HOST" \
--target-host "$HOST" \
--build-host "noc@10.20.25.2" \
--target-host "noc@10.20.25.2" \
--flake ".#$HOST" \