Re-enabled actual-budget and also changed /srv/website group to nginx to
allow nginx to access it
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
# Apps
|
||||
website.enable = true;
|
||||
actualBudget.enable = false;
|
||||
actualBudget.enable = true;
|
||||
|
||||
# Automatically pull this config from git
|
||||
autoUpdate.enable = true;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user