services.mysql.group

NixOS option

Group account under which MySQL runs. If left as the default value this group will automatically be created on system activation, otherwise you are responsible for ensuring the user exists before the MySQL service starts.

type: string
Default
"mysql"
declared in: nixos/modules/services/databases/mysql.nixView source on NixOS/nixpkgs →