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 ../../modules
]; ];
ssh.enable = true;
docker.enable = true; docker.enable = true;
ssh.enable = true;
tailscale.enable = true;
networking.hostName = config.host.name; networking.hostName = config.host.name;

View File

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

View File

@@ -1,8 +1,5 @@
{ { lib, config, ... }:
lib,
config,
...
}:
{ {
options.tailscale = { options.tailscale = {
enable = lib.mkEnableOption "tailscale"; enable = lib.mkEnableOption "tailscale";