feat: host 'ActualBudget' on 'eetion' host
This commit is contained in:
@@ -42,6 +42,18 @@ in
|
|||||||
harden = true;
|
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; [
|
environment.systemPackages = with pkgs; [
|
||||||
vim
|
vim
|
||||||
git
|
git
|
||||||
|
|||||||
Reference in New Issue
Block a user