tasko(hosts): ŝanĝo al korligejo

This commit is contained in:
Serĉanto de Scio 2025-03-24 09:21:31 +10:00
parent e52012029d
commit 371cca1d7d
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -70,7 +70,7 @@ in {
]; ];
deployment = { deployment = {
tags = ["active"]; tags = ["active"];
targetHost = "10.42.0.124"; targetHost = "10.69.0.122";
}; };
}; };
ceilidh = { ceilidh = {
@ -112,7 +112,7 @@ in {
]; ];
deployment = { deployment = {
tags = ["active" "rPi"]; tags = ["active" "rPi"];
targetHost = "10.42.0.204"; targetHost = "10.69.0.204";
}; };
}; };
eamhair = { eamhair = {
@ -122,7 +122,7 @@ in {
]; ];
deployment = { deployment = {
tags = ["active" "rPi"]; tags = ["active" "rPi"];
targetHost = "10.42.0.205"; targetHost = "10.69.0.205";
}; };
services.toxvpn.localip = "10.37.0.205"; services.toxvpn.localip = "10.37.0.205";
}; };
@ -157,7 +157,7 @@ in {
hosts/sercanto hosts/sercanto
ragenix.nixosModules.default ragenix.nixosModules.default
]; ];
deployment.targetHost = "10.42.0.180"; deployment.targetHost = "10.69.0.149";
roles.desktop.enable = true; roles.desktop.enable = true;
roles.desktopCraige.enable = true; roles.desktopCraige.enable = true;
}; };