Skip to content

Commit

Permalink
nixos-modules/microvm/optimization: remove the noXlibs setting
Browse files Browse the repository at this point in the history
it breaks stuff for too many people (including myself) in unobvious ways
  • Loading branch information
astro committed Feb 14, 2024
1 parent d227a91 commit 4de244c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nixos-modules/microvm/optimization.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ in
};

config = lib.mkIf (cfg.guest.enable && cfg.optimize.enable) {
# Avoids X deps in closure due to dbus dependencies
environment.noXlibs = lib.mkIf (!cfg.graphics.enable) (lib.mkDefault true);

# The docs are pretty chonky
documentation.enable = lib.mkDefault false;

Expand Down

1 comment on commit 4de244c

@nagisa
Copy link

@nagisa nagisa commented on 4de244c Feb 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: documentation string needs updating too.

Please sign in to comment.