Move profiles from ./profile-config to ./profile

This commit is contained in:
2021-11-02 09:34:26 -07:00
parent 79b05be7d3
commit 566643e195
48 changed files with 1490 additions and 997 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ in {
enable = true;
appName = cfg.site-name;
database = {
createDatabase = true;
createDatabase = false;
host = cfg.database.hostname;
name = cfg.database.name;
user = cfg.database.user;