change metrics server hostname

This commit is contained in:
Noah Masur 2022-10-14 13:08:13 +00:00
parent 595eac9367
commit 8cce61f4a8
2 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,7 @@ nixpkgs.lib.nixosSystem {
streamServer = "stream.masu.rs";
nextcloudServer = "cloud.masu.rs";
transmissionServer = "download.masu.rs";
metricsServer = "metrics.masu.rs";
# Disable passwords, only use SSH key
passwordHash = null;

View File

@ -3,7 +3,6 @@
options.metricsServer = lib.mkOption {
type = lib.types.str;
description = "Hostname of the Grafana server.";
default = "grafana.masu.rs";
};
config = {