From 22e2954d79a4a71fdde2fa9292e184aa57b9a480 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Sun, 29 Dec 2024 23:28:37 +0200 Subject: [PATCH] Re-enabled actual-budget --- host/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/configuration.nix b/host/configuration.nix index e0418cd..5e3e73c 100644 --- a/host/configuration.nix +++ b/host/configuration.nix @@ -35,7 +35,7 @@ # Apps website.enable = true; - actualBudget.enable = false; + actualBudget.enable = true; gitea.enable = true; # Automatically pull this config from git