feat(hecuba): set up tailscale for colmena deployments
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{ lib, config, ... }:
|
||||||
lib,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
{
|
||||||
options.tailscale = {
|
options.tailscale = {
|
||||||
enable = lib.mkEnableOption "tailscale";
|
enable = lib.mkEnableOption "tailscale";
|
||||||
|
|||||||
Reference in New Issue
Block a user