Fix tailscale serve in nspawn containers

This commit is contained in:
SebastianStork 2024-09-29 10:48:27 +02:00
parent 5ce0d85d6e
commit 946ef625fc
3 changed files with 3 additions and 4 deletions

View file

@ -48,7 +48,7 @@ in
bindMounts = {
# Secrets
"/run/secrets/container/tailscale-auth-key" = { };
"/run/secrets/tailscale-auth-key".hostPath = "/run/secrets/container/tailscale-auth-key";
"/run/secrets/container/${name}".isReadOnly = false;
"/run/secrets/restic".isReadOnly = false;
"/run/secrets/healthchecks-ping-key".isReadOnly = false;

View file

@ -51,7 +51,6 @@ in
myConfig.tailscale = {
inherit subdomain;
serve = "3000";
};
};
}