Compare commits

..

No commits in common. "c21d2b97a70486e2ec616c1416707f93763149ec" and "d1ac02ee46c901ce8be10a1253bb0c3abd54a26e" have entirely different histories.

2 changed files with 4 additions and 6 deletions

View file

@ -4,13 +4,11 @@ set -euo pipefail
ACTION=$1
HOST=$2
CONFIG=$3
set -x
exec nixos-rebuild $ACTION \
--use-substitutes \
--no-build-nix \
--use-remote-sudo \
--build-host $HOST \
--target-host $HOST \
--flake ".#${CONFIG}.noc.eh22.intern"
--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 = "ens18";
externalInterface = "ens19";
internalIPs = [ "10.20.25.0/24" ];
};