diff --git a/common/default.nix b/common/default.nix index 659086b..2d82a1e 100644 --- a/common/default.nix +++ b/common/default.nix @@ -32,6 +32,8 @@ }; }; + services.prometheus.exporters.node.enabledCollectors = [ "systemd" ]; + security.pam.loginLimits = [{ domain = "*"; type = "soft";