feat: host 'ActualBudget' on 'eetion' host

This commit is contained in:
2026-02-02 18:12:23 +01:00
parent 9ea3a7c984
commit 4236aa1def

View File

@@ -42,6 +42,18 @@ in
harden = true;
};
virtualisation = {
podman.enable = true;
oci-containers = {
backend = "podman";
containers.actualbudget = {
image = "docker.io/actualbudget/actual-server:latest-alpine";
ports = [ "5006:5006" ];
volumes = [ "/var/lib/actualbudget:/data" ];
};
};
};
environment.systemPackages = with pkgs; [
vim
git