Compare commits
No commits in common. "c21d2b97a70486e2ec616c1416707f93763149ec" and "d1ac02ee46c901ce8be10a1253bb0c3abd54a26e" have entirely different histories.
c21d2b97a7
...
d1ac02ee46
2 changed files with 4 additions and 6 deletions
|
|
@ -4,13 +4,11 @@ set -euo pipefail
|
||||||
|
|
||||||
ACTION=$1
|
ACTION=$1
|
||||||
HOST=$2
|
HOST=$2
|
||||||
CONFIG=$3
|
|
||||||
|
|
||||||
set -x
|
|
||||||
exec nixos-rebuild $ACTION \
|
exec nixos-rebuild $ACTION \
|
||||||
--use-substitutes \
|
--use-substitutes \
|
||||||
--no-build-nix \
|
--no-build-nix \
|
||||||
--use-remote-sudo \
|
--use-remote-sudo \
|
||||||
--build-host $HOST \
|
--build-host "noc@10.20.25.2" \
|
||||||
--target-host $HOST \
|
--target-host "noc@10.20.25.2" \
|
||||||
--flake ".#${CONFIG}.noc.eh22.intern"
|
--flake ".#$HOST" \
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
networking.nat = {
|
networking.nat = {
|
||||||
enable = true;
|
enable = true;
|
||||||
externalInterface = "ens18";
|
externalInterface = "ens19";
|
||||||
internalIPs = [ "10.20.25.0/24" ];
|
internalIPs = [ "10.20.25.0/24" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue