new actual container address

This commit is contained in:
William 2023-08-29 19:41:01 -03:00
parent 577d9c313b
commit 6c3fad825d

View file

@ -1,8 +1,8 @@
{ inputs, config, pkgs, lib, ... }:
{ config, pkgs, lib, ... }:
{
virtualisation.oci-containers.containers."actual" = {
image = "docker.io/jlongster/actual-server:latest";
image = "docker.io/actualbudget/actual-server:latest";
ports = [ "${config.ports.actual}:5006" ];
volumes = [ "/data/actual:/data" ];
extraOptions = [ "--label=io.containers.autoupdate=registry" ];