diff --git a/configuration.nix b/configuration.nix index 424fe1a..2d46970 100644 --- a/configuration.nix +++ b/configuration.nix @@ -8,9 +8,7 @@ let vendorHash = "sha256-HlsVCWs7Q4kBAtRpt3U323tRmgWdQxZlpfMZ/cSlw4Q="; }; - image = - "chocobozzz/peertube@" + - "sha256:3bd126fc8b66a6a12593d73f74d0a3ffc7fc3206e5e9ebf39c8a8e0ca5408194"; + image = "chocobozzz/peertube:production-bullseye"; s3cmd = pkgs.writeShellScript "s3cmd" '' ${pkgs.s3cmd}/bin/s3cmd \ @@ -241,7 +239,7 @@ in { "/var/lib/peertube/storage:/data" "/var/lib/peertube/config:/config" ]; - extraOptions = [ "--network=host" ]; + extraOptions = [ "--network=host" "--pull=always" ]; }; };