Actually enable noXlibs

This commit is contained in:
Sandro - 2022-12-09 22:41:39 +01:00
parent 98d59e10d5
commit ff04c649c3
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
3 changed files with 0 additions and 10 deletions

View File

@ -11,8 +11,6 @@ in {
c3d2.isInHq = false;
services.openssh.enable = true;
# noXlibs breaks cairo:
environment.noXlibs = false;
networking.hostName = "grafana";

View File

@ -88,7 +88,4 @@
inherit (pkgs.mucbot) password;
muc = "luftraum@chat.c3d2.de/Hubschraubereinsatz";
};
# noXlibs breaks cairo:
environment.noXlibs = false;
}

View File

@ -455,11 +455,6 @@ in
ethtool
mtr
];
variables = {
# TERM = "xterm-256color";
};
# breaks various package builds
noXlibs = lib.mkForce false;
};
programs = {