mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Fix tailscale serve in nspawn containers
This commit is contained in:
parent
5ce0d85d6e
commit
946ef625fc
3 changed files with 3 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -51,7 +51,6 @@ in
|
|||
myConfig.tailscale = {
|
||||
inherit subdomain;
|
||||
serve = "3000";
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue