Add instasync cronjob and plumbing for nodejs on nomad clients.

This commit is contained in:
2023-09-03 06:10:50 +01:00
parent 3a5913602a
commit 25a21cb6c3
3 changed files with 51 additions and 3 deletions

View File

@@ -22,9 +22,15 @@ in
interface = "tailscale0";
cidr = "100.64.0.0/10";
};
host_volume.code = {
path = "/data/compute/code";
read_only = true;
host_volume = {
code = {
path = "/data/compute/code";
read_only = true;
};
nix-store = {
path = "/nix/store";
read_only = true;
};
};
};