Added logging config

This commit is contained in:
Random936
2025-02-05 10:02:34 -08:00
parent 7ebbd4044e
commit b895fd28d5
3 changed files with 39 additions and 3 deletions

View File

@@ -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";
}