Merge pull request 'web01: set targetHost' (#146) from Mic92-main into main
All checks were successful
checks / test (push) Successful in 30s

Reviewed-on: #146
This commit is contained in:
Mic92 2024-03-12 16:02:24 +00:00
commit f056e46493
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ let
mkdir -p $out/etc/ssl/certs
cp -a "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" $out/etc/ssl/certs/ca-bundle.crt
'';
numInstances = 10;
numInstances = 2;
in
lib.mkMerge [{
# everything here has no dependencies on the store

View File

@ -7,7 +7,7 @@
networking.hostName = "web01";
systemd.network.networks."10-uplink".networkConfig.Address = "2a01:4f9:3080:418b::1";
clan.networking.deploymentAddress = "root@clan.lol";
clan.networking.targetHost = "root@clan.lol";
clan.networking.ipv4.address = "65.21.12.51";
clan.networking.ipv4.gateway = "65.21.12.1";
clan.networking.ipv6.address = config.systemd.network.networks."10-uplink".networkConfig.Address;