rename analytics domain to grafana
This commit is contained in:
parent
0729d089f8
commit
0d8e2b9673
3 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@ in {
|
|||
|
||||
metrics = {
|
||||
enable = true;
|
||||
domain = "analytics.reidlab.online";
|
||||
domain = "grafana.reidlab.online";
|
||||
port = 2342;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -8,7 +8,7 @@ in {
|
|||
enable = mkEnableOption "enable grafana with loki, prometheus, and promtail";
|
||||
domain = mkOption {
|
||||
type = types.str;
|
||||
default = "analytics.reidlab.online";
|
||||
default = "grafana.reidlab.online";
|
||||
};
|
||||
port = mkOption {
|
||||
type = types.int;
|
||||
|
|
|
@ -5,7 +5,7 @@ let
|
|||
cfg = config.modules.services.nginx-config;
|
||||
in {
|
||||
options.modules.services.nginx-config = {
|
||||
enable = mkEnableOption "enable and configure nginx. you know what nginx is.";
|
||||
enable = mkEnableOption "enable and configure nginx, a high performance web server";
|
||||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue