This commit is contained in:
parent
c3605fe76c
commit
a7cfbd6b38
2 changed files with 1 additions and 2 deletions
|
@ -447,7 +447,6 @@
|
||||||
common
|
common
|
||||||
gaming
|
gaming
|
||||||
graphical-workstation
|
graphical-workstation
|
||||||
plasma6
|
|
||||||
|
|
||||||
./nixos/htpc.nix
|
./nixos/htpc.nix
|
||||||
|
|
||||||
|
|
|
@ -1938,7 +1938,7 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
|
||||||
|
|
||||||
virtualisation.oci-containers = {
|
virtualisation.oci-containers = {
|
||||||
containers.actual = {
|
containers.actual = {
|
||||||
image = "ghcr.io/actualbudget/actual-server:24.11.0";
|
image = "ghcr.io/actualbudget/actual-server:25.2.1";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
ports = ["5006:5006"];
|
ports = ["5006:5006"];
|
||||||
volumes = ["/storage/actual:/data"];
|
volumes = ["/storage/actual:/data"];
|
||||||
|
|
Loading…
Reference in a new issue