updated IPs after infra move

This commit is contained in:
CDaut 2025-09-28 13:24:48 +02:00
parent 682aff159f
commit 08dfae7f0b
Signed by: clara
GPG key ID: 223391B52FAD4463
5 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{ lib, pkgs, config, ... }: { { lib, pkgs, config, ... }: {
deployment = { deployment = {
targetHost = "192.168.178.60"; targetHost = "192.168.178.37";
targetPort = 22; targetPort = 22;
targetUser = "root"; targetUser = "root";
}; };

View file

@ -1,7 +1,7 @@
{ lib, pkgs, config, ... }: { { lib, pkgs, config, ... }: {
deployment = { deployment = {
targetHost = "192.168.178.80"; targetHost = "192.168.178.81";
targetPort = 22; targetPort = 22;
targetUser = "root"; targetUser = "root";
}; };

View file

@ -1,7 +1,7 @@
{ lib, pkgs, config, ... }: { lib, pkgs, config, ... }:
{ {
deployment = { deployment = {
targetHost = "192.168.178.106"; targetHost = "192.168.178.107";
targetPort = 22; targetPort = 22;
targetUser = "root"; targetUser = "root";
}; };

View file

@ -1,6 +1,6 @@
{ lib, pkgs, config, ... }: { { lib, pkgs, config, ... }: {
deployment = { deployment = {
targetHost = "192.168.178.44"; targetHost = "192.168.178.123";
targetPort = 22; targetPort = 22;
targetUser = "root"; targetUser = "root";
}; };

View file

@ -1,6 +1,6 @@
{ lib, pkgs, config, ... }: { { lib, pkgs, config, ... }: {
deployment = { deployment = {
targetHost = "192.168.178.58"; targetHost = "192.168.178.110";
targetPort = 22; targetPort = 22;
targetUser = "root"; targetUser = "root";
}; };