nixos/profiles/minimal: drop noXLibs

noXLibs is an advanced option for advanced users which know how to recognize and debug build failures which might be caused by the added overlays.

The minimal profile should be minimal but also save to use for many people and not cause build failures in packages it really shouldn't.
This commit is contained in:
Sandro
2024-09-14 00:33:00 +02:00
committed by Sandro Jäckel
parent c960ba48d1
commit da1b2b5adb
3 changed files with 0 additions and 6 deletions

View File

@@ -27,7 +27,6 @@
services.openssh.startWhenNeeded = lib.mkDefault true;
# As this is intended as a standalone image, undo some of the minimal profile stuff
environment.noXlibs = false;
documentation.enable = true;
documentation.nixos.enable = true;
services.logrotate.enable = true;