WIP setup db and webserver

this is the first working version. system could be tested and worked.
it maybe that database setup is still wrong and privileges of /var/ep3bs
are not handled properly right now
This commit is contained in:
2023-03-20 20:55:21 +01:00
parent 5feae91463
commit bec8f91848
2 changed files with 19 additions and 15 deletions

View File

@@ -34,6 +34,7 @@
./ep3-bs.nix
{
services.ep3-bs.enable = true;
services.ep3-bs.database.user = "testuser3";
services.ep3-bs.database.password = "testPassword1234";
users.users.test = {
isNormalUser = true;