Re-enabled actual-budget and also changed /srv/website group to nginx to

allow nginx to access it
This commit is contained in:
2024-12-29 15:51:37 +02:00
parent f2815231a2
commit 3adaf80e6a
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
# Apps
website.enable = true;
actualBudget.enable = false;
actualBudget.enable = true;
# Automatically pull this config from git
autoUpdate.enable = true;

View File

@@ -22,7 +22,7 @@
# Make sure the "website" user has access to /srv/website
systemd.tmpfiles.rules = [
"d /srv/website 0750 website users"
"d /srv/website 0750 website nginx"
];
# Open http and https ports to the public