monitoring: add systemd exporter
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m15s

This commit is contained in:
2026-02-06 20:20:51 +01:00
parent abce430f97
commit a3672d1f14

View File

@@ -14,5 +14,9 @@
openFirewall = true;
devices = [ "/dev/nvme0n1" ];
};
systemd = {
enable = true;
openFirewall = true;
};
};
}