l 1 mors: enable elasticsearch
This commit is contained in:
parent
98ca03d76b
commit
8f6892ef5b
@ -137,6 +137,14 @@
|
||||
rootPassword = "<secrets>/mysql_rootPassword";
|
||||
};
|
||||
}
|
||||
{
|
||||
services.elasticsearch = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
pkgs.elasticsearchPlugins.elasticsearch_kopf
|
||||
];
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
krebs.build.host = config.krebs.hosts.mors;
|
||||
|
Loading…
Reference in New Issue
Block a user