From 4236aa1deff86556c4802135f77e5b171927e27c Mon Sep 17 00:00:00 2001 From: hektor Date: Mon, 2 Feb 2026 18:12:23 +0100 Subject: [PATCH] feat: host 'ActualBudget' on 'eetion' host --- hosts/eetion/default.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/hosts/eetion/default.nix b/hosts/eetion/default.nix index b2b7fd4..8de2019 100644 --- a/hosts/eetion/default.nix +++ b/hosts/eetion/default.nix @@ -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