From d6323e6243558a977303e471d172b747857911ed Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Tue, 11 Aug 2020 03:08:48 +0200 Subject: [PATCH] Improve monitoring --- nixos/machines/apollo/configuration.nix | 2 +- nixos/roles/monitoring/nixpkgs.nix | 1 + overlays/30-ghc.nix | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos/machines/apollo/configuration.nix b/nixos/machines/apollo/configuration.nix index e261301e..84092569 100644 --- a/nixos/machines/apollo/configuration.nix +++ b/nixos/machines/apollo/configuration.nix @@ -47,7 +47,7 @@ in { services = { beesd.filesystems.root = { spec = "LABEL=root"; - hashTableSizeMB = 2048; + hashTableSizeMB = 128; verbosity = "crit"; extraOptions = [ "--loadavg-target" "4.0" ]; }; diff --git a/nixos/roles/monitoring/nixpkgs.nix b/nixos/roles/monitoring/nixpkgs.nix index 5a616e43..cc253cb6 100644 --- a/nixos/roles/monitoring/nixpkgs.nix +++ b/nixos/roles/monitoring/nixpkgs.nix @@ -26,6 +26,7 @@ let "nixos/release-20.03/nixpkgs.haskellPackages.${name}.x86_64-linux"; watchedHaskellUpdatesPkgs = builtins.attrNames (pkgs.myHaskellPackages) ++ [ "jsaddle-warp" + "stan" "snap" "dependent-sum-template" "universe-dependent-sum" diff --git a/overlays/30-ghc.nix b/overlays/30-ghc.nix index 0d411e25..0802c1f4 100644 --- a/overlays/30-ghc.nix +++ b/overlays/30-ghc.nix @@ -11,7 +11,7 @@ let { inherit (p) brittany ormolu releaser cabal-fmt stack ghcid ghcide haskell-language-server cabal-install dhall - aeson unordered-containers these taskwarrior pandoc hlint + taskwarrior pandoc_2_10_1 hlint cabal2nix weeder reflex-dom password optics-th shh-extras neuron hspec-discover cabal-edit paths; } // makeHaskellScriptPackages p; in {