mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 00:21:34 +01:00
Pin versions of docker images
This commit is contained in:
parent
68b0597c10
commit
f56231e1a1
3 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ in
|
|||
containers = lib.mapAttrs' (
|
||||
name: _:
|
||||
lib.nameValuePair "tailscale-${name}" {
|
||||
image = "ghcr.io/tailscale/tailscale:latest";
|
||||
image = "ghcr.io/tailscale/tailscale@sha256:83a6faec34866f70914a7d241d6ca749e6914f08f4f9059d942e1c3088dc001b";
|
||||
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