new service! amdl
This commit is contained in:
parent
5c7720f462
commit
02484c74f5
11 changed files with 131 additions and 14 deletions
|
@ -5,10 +5,7 @@ let
|
|||
cfg = config.modules.services.mysql;
|
||||
in {
|
||||
options.modules.services.mysql = {
|
||||
enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
};
|
||||
enable = mkEnableOption "enable mysql, a relational database management system";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue