many changes
This commit is contained in:
parent
fb32b88798
commit
92099bd1e9
44 changed files with 900 additions and 658 deletions
|
|
@ -113,5 +113,16 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
services.mysql = {
|
||||
ensureUsers = [
|
||||
{
|
||||
name = "matomo";
|
||||
ensurePermissions = {
|
||||
"matomo.*" = "ALL PRIVILEGES";
|
||||
};
|
||||
}
|
||||
];
|
||||
ensureDatabases = [ "matomo" ];
|
||||
};
|
||||
services.mysqlBackup.databases = [ "matomo" ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue