From ff04c649c38c16fd56fcc2c8b4f0135d8eb3f09d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 9 Dec 2022 22:41:39 +0100 Subject: [PATCH] Actually enable noXlibs --- hosts/grafana/default.nix | 2 -- hosts/sdrweb/default.nix | 3 --- modules/c3d2.nix | 5 ----- 3 files changed, 10 deletions(-) diff --git a/hosts/grafana/default.nix b/hosts/grafana/default.nix index 9b2e0f75..375f3d20 100644 --- a/hosts/grafana/default.nix +++ b/hosts/grafana/default.nix @@ -11,8 +11,6 @@ in { c3d2.isInHq = false; services.openssh.enable = true; - # noXlibs breaks cairo: - environment.noXlibs = false; networking.hostName = "grafana"; diff --git a/hosts/sdrweb/default.nix b/hosts/sdrweb/default.nix index f6e53b0f..19586799 100644 --- a/hosts/sdrweb/default.nix +++ b/hosts/sdrweb/default.nix @@ -88,7 +88,4 @@ inherit (pkgs.mucbot) password; muc = "luftraum@chat.c3d2.de/Hubschraubereinsatz"; }; - - # noXlibs breaks cairo: - environment.noXlibs = false; } diff --git a/modules/c3d2.nix b/modules/c3d2.nix index 3e27722d..213e3d17 100644 --- a/modules/c3d2.nix +++ b/modules/c3d2.nix @@ -455,11 +455,6 @@ in ethtool mtr ]; - variables = { - # TERM = "xterm-256color"; - }; - # breaks various package builds - noXlibs = lib.mkForce false; }; programs = {