Mysql: don't autostart service
This commit is contained in:
parent
a595d97675
commit
e6b7c624af
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
services.mysql = {
|
||||
|
|
@ -8,5 +8,8 @@
|
|||
group = "users";
|
||||
};
|
||||
|
||||
# Don't autostart MySQL
|
||||
systemd.services.mysql.wantedBy = lib.mkForce [];
|
||||
|
||||
environment.systemPackages = [ pkgs.mysql-workbench ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue