Add template directory to package derivation output

This commit is contained in:
thiloho
2024-08-10 22:58:05 +02:00
parent 162118bb56
commit 8c76fba2ad
2 changed files with 12 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ in
User = cfg.user;
Group = cfg.group;
Restart = "always";
WorkingDirectory = "${cfg.package}/web-app";
};
script = ''