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, ... }:
{
deployment = {
targetHost = "192.168.178.106";
targetHost = "192.168.178.107";
targetPort = 22;
targetUser = "root";
};