helix: make psql dbs from nix

This commit is contained in:
Anish Lakhwara
2023-05-30 22:23:05 +10:00
parent a6980a1b74
commit da8e4b25eb
3 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
"WOODPECKER_DATABASE_DATASOURCE=postgres:///woodpecker?host=/run/postgresql"
"WOODPECKER_DATABASE_DRIVER=postgres"
"WOODPECKER_USER_CREATE=username:aynish,admin:true" # set your admin username
"WOODPECKER_ADMIN=aynish"
];
ExecStart = "${pkgs.woodpecker-server}/bin/woodpecker-server";
User = "woodpecker";