mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Update docker containers
This commit is contained in:
parent
a56ea088a5
commit
d7f211cf90
4 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ in
|
|||
containers = lib.mapAttrs' (
|
||||
name: _:
|
||||
lib.nameValuePair "tailscale-${name}" {
|
||||
image = "ghcr.io/tailscale/tailscale@sha256:83a6faec34866f70914a7d241d6ca749e6914f08f4f9059d942e1c3088dc001b";
|
||||
image = "ghcr.io/tailscale/tailscale@sha256:da35f0fbeb3037754049e3b079cb30c58c140576a50b54be107c0ff6ad0ec0e9";
|
||||
environment = {
|
||||
TS_STATE_DIR = "/var/lib/tailscale";
|
||||
TS_SERVE_CONFIG = "/config/tailscale-serve.json";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue