Added logging config
This commit is contained in:
@@ -9,5 +9,12 @@
|
||||
# Qemu guest
|
||||
services.qemuGuest.enable = true;
|
||||
|
||||
# Install Prometheus for Grafana
|
||||
services.prometheus.exporters.node = {
|
||||
enable = true;
|
||||
port = 9002;
|
||||
enabledCollectors = [ "systemd" ];
|
||||
};
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user