feat(fuji-wsl): add mysql
This commit is contained in:
parent
278db97b02
commit
383eb82e6d
1 changed files with 8 additions and 0 deletions
|
@ -30,4 +30,12 @@
|
|||
mesa.drivers
|
||||
];
|
||||
};
|
||||
|
||||
services.mysql = {
|
||||
enable = true;
|
||||
package = pkgs.mariadb;
|
||||
settings = {
|
||||
mysqld.bind_address = "127.0.0.1";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue