From 5d6c433c6531d60a8c3c69aba21cb6ee7a56a47e Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Fri, 22 Nov 2019 20:04:10 +0100 Subject: [PATCH] (temporarily) disable sysdig as it's incompatible to recent kernels --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 29300d6..6ae4c99 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -192,7 +192,7 @@ in { nix.buildCores = 0; # package debugging - programs.sysdig.enable = true; + # programs.sysdig.enable = true; # This value determines the NixOS release with which your system is to be # compatible, in order to avoid breaking some software such as database