feat(hecuba): set up tailscale for colmena deployments

This commit is contained in:
2026-05-31 17:48:13 +02:00
parent 22e2b89074
commit 2ca49f1a6e
3 changed files with 5 additions and 7 deletions

View File

@@ -15,8 +15,9 @@
../../modules
];
ssh.enable = true;
docker.enable = true;
ssh.enable = true;
tailscale.enable = true;
networking.hostName = config.host.name;

View File

@@ -2,7 +2,7 @@
system = "x86_64-linux";
deployment = {
tags = [ "cloud" ];
targetHost = "server.hektormisplon.xyz";
targetHost = "hecuba";
targetUser = "username";
};
role = "server";