many changes
This commit is contained in:
@@ -113,5 +113,16 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
services.mysql = {
|
||||
ensureUsers = [
|
||||
{
|
||||
name = "matomo";
|
||||
ensurePermissions = {
|
||||
"matomo.*" = "ALL PRIVILEGES";
|
||||
};
|
||||
}
|
||||
];
|
||||
ensureDatabases = [ "matomo" ];
|
||||
};
|
||||
services.mysqlBackup.databases = [ "matomo" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user