diff options
Diffstat (limited to 'config/default.nix')
| -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 |
