awwawaawawawwaaw

This commit is contained in:
Lucy Hochkamp 2024-01-15 17:54:58 +01:00
parent 9c1343bfbd
commit cc8a1b1fa3
No known key found for this signature in database
4 changed files with 452 additions and 11 deletions

View file

@ -50,7 +50,7 @@ in
host = "/run/postgresql";
port = "5432";
database = "authelia";
username = "authelia";
username = "authelia-main";
password = "dosentmatter";
};
};
@ -68,7 +68,7 @@ in
ensureDatabases = [ "authelia" ];
ensureUsers = [
{
name = "authelia";
name = "authelia-main";
ensureDBOwnership = true;
}
];