remove prometheus from base

This commit is contained in:
daragh 2024-05-21 03:21:50 +01:00
parent 739529caae
commit 2a605151f8
No known key found for this signature in database

View file

@ -116,17 +116,6 @@ in {
];
};
services.prometheus = {
exporters = {
node = {
enable = true;
# most of the collectors should be on by default
enabledCollectors = ["systemd"];
port = 9002;
};
};
};
# time on vendetta is strangely out of sync
networking.timeServers = options.networking.timeServers.default ++ ["ie.pool.ntp.org"];
services.ntp.enable = true;