Mysql: fix indentation
This commit is contained in:
parent
3ecf51580d
commit
a595d97675
1 changed files with 3 additions and 3 deletions
|
|
@ -3,9 +3,9 @@
|
|||
{
|
||||
services.mysql = {
|
||||
enable = true;
|
||||
package = pkgs.mysql80;
|
||||
user = "toast";
|
||||
group = "users";
|
||||
package = pkgs.mysql80;
|
||||
user = "toast";
|
||||
group = "users";
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.mysql-workbench ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue