diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2024-11-30 17:23:54 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2024-11-30 17:23:54 +0100 |
| commit | adb735d07e766c0b7cdd76660ecada8b70977406 (patch) | |
| tree | 7e709542a1b09e373aa948f2d0a5bafe22ae33b5 | |
| parent | df5287dd4133549dd7b13ea762f4c60fb2280a21 (diff) | |
disable X libs (now that there is a powerful remote builder)
| -rw-r--r-- | config/default.nix | 4 |
1 files changed, 1 insertions, 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 |
