igor: do not create db and user
This commit is contained in:
parent
2a931e3cc6
commit
93890cb591
1 changed files with 0 additions and 10 deletions
|
|
@ -99,16 +99,6 @@
|
|||
config.services.mysql = {
|
||||
enable = true;
|
||||
package = pkgs.mariadb;
|
||||
ensureUsers = [
|
||||
{
|
||||
name = "mediathekview";
|
||||
ensurePermissions = {
|
||||
"mediathekview.*" = "ALL PRIVILEGES";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
ensureDatabases = [ "mediathekview" ];
|
||||
};
|
||||
|
||||
config.programs.firefox.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue