update stuff

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-02-23 12:03:02 -05:00
parent 2ac95493b6
commit 568badeb57
2 changed files with 1 additions and 13 deletions

View File

@ -29,19 +29,6 @@
metrics_path = "/xesite";
static_configs = [{ targets = [ "lufta:43705" ]; }];
}
{
job_name = "ircmon";
metrics_path = "/ircmon";
static_configs = [{ targets = [ "lufta:43705" ]; }];
}
{
job_name = "corerad";
static_configs = [{ targets = [ "keanu:38177" ]; }];
}
{
job_name = "coredns";
static_configs = [{ targets = [ "chrysalis:47824" ]; }];
}
{
job_name = "nginx";
static_configs = [{

View File

@ -4,6 +4,7 @@
imports = [ ./minecraft.nix ];
users.motd = builtins.readFile ./motd;
services.prometheus.exporters.node.enable = true;
networking.hostName = "logos";
networking.hostId = "aeace675";