summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-12-14 13:25:56 +0100
committertv <tv@krebsco.de>2017-12-14 13:35:19 +0100
commit925c79d00d0cba6f9b17bc22b083febf4c5424c7 (patch)
tree83fe8be2d2210d9951217b54182ca64354305804
parent8745753d51294c9dabe62f1db5d5afabe3ccbbb3 (diff)
base: noXlibs? no thanks!ni/master
-rw-r--r--base.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/base.nix b/base.nix
index 0db539a..9d36d14 100644
--- a/base.nix
+++ b/base.nix
@@ -38,7 +38,6 @@
"net.ipv6.conf.all.use_tempaddr" = 2;
"net.ipv6.conf.default.use_tempaddr" = 2;
};
- environment.noXlibs = true;
environment.profileRelativeEnvVars.PATH = lib.mkForce [ "/bin" ];
i18n.defaultLocale = "en_US.UTF-8";
i18n.supportedLocales = [ "en_US.UTF-8/UTF-8" ];