From adb735d07e766c0b7cdd76660ecada8b70977406 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sat, 30 Nov 2024 17:23:54 +0100 Subject: disable X libs (now that there is a powerful remote builder) --- config/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/default.nix b/config/default.nix index 5af99ea..b1a0a8d 100644 --- a/config/default.nix +++ b/config/default.nix @@ -9,9 +9,7 @@ ./users.nix ]; - # needed so that the server doesn't rebuild big packages - # originally enabled in modulesPath + profiles/minimal.nix - environment.noXlibs = false; + environment.noXlibs = true; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions -- cgit v1.2.3