mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-14 02:54:10 -05:00
fix that error
This commit is contained in:
parent
3f2dd8fc8a
commit
f0803de5f7
3 changed files with 6 additions and 3 deletions
|
|
@ -23,7 +23,11 @@ lib.mkIf config.user.overseer.enable {
|
|||
|
||||
services.mysql = {
|
||||
enable = true;
|
||||
initialDatabases = ["umami"];
|
||||
initialDatabases = [
|
||||
{
|
||||
name = "umami";
|
||||
}
|
||||
];
|
||||
initialScript = config.sops.templates."umami-sql".path;
|
||||
ensureUsers = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue