~ruther/nixos-config

980814a6d5f264d06804a828b170a259cf20a43a — Frantisek Bohacek 1 year, 6 months ago bd07665
feat: change rtkit arguments to prevent log flooding
1 files changed, 10 insertions(+), 1 deletions(-)

M hosts/configuration.nix
M hosts/configuration.nix => hosts/configuration.nix +10 -1
@@ 47,6 47,16 @@
  };

  security.rtkit.enable = true;
  systemd.services.rtkit-daemon = {
    serviceConfig = {
      LogLevelMax = 4;
      ExecStart = [
        ""
        "${pkgs.rtkit}/libexec/rtkit-daemon --processes-per-user-max=1000 --processes-per-user-max=10000 --actions-per-burst-max=1000 --actions-burst-sec=10 --canary-cheep-msec=30000 --canary-watchdog-msec=60000"
      ];
    };
  };

  security.polkit.enable = true;

  fonts.fonts = with pkgs; [                # Fonts


@@ 87,7 97,6 @@
      killall
      nano
      pciutils
      pulseaudio
      ripgrep
      socat
      usbutils

Do not follow this link