Install mysql to mizuki
This commit is contained in:
parent
04e1e11a44
commit
ce328014c0
1 changed files with 7 additions and 6 deletions
|
@ -9,13 +9,14 @@
|
|||
|
||||
programs.zsh.enable = true;
|
||||
|
||||
security.sudo.enable = true;
|
||||
|
||||
services = {
|
||||
mongodb = {
|
||||
security.sudo = {
|
||||
enable = true;
|
||||
package = pkgs.mongodb-ce;
|
||||
wheelNeedsPassword = true;
|
||||
};
|
||||
|
||||
services.mysql = {
|
||||
enable = true;
|
||||
package = pkgs.mysql84;
|
||||
};
|
||||
|
||||
users = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue