Skip to content

Commit 4de244c

Browse files
committed
nixos-modules/microvm/optimization: remove the noXlibs setting
it breaks stuff for too many people (including myself) in unobvious ways
1 parent d227a91 commit 4de244c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

nixos-modules/microvm/optimization.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ in
3535
};
3636

3737
config = lib.mkIf (cfg.guest.enable && cfg.optimize.enable) {
38-
# Avoids X deps in closure due to dbus dependencies
39-
environment.noXlibs = lib.mkIf (!cfg.graphics.enable) (lib.mkDefault true);
40-
4138
# The docs are pretty chonky
4239
documentation.enable = lib.mkDefault false;
4340

0 commit comments

Comments
 (0)