Skip to content

Commit 46ed88e

Browse files
committed
nixos-modules/microvm/graphics: comment out broken sommelier for now
1 parent 8bbc464 commit 46ed88e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nixos-modules/microvm/graphics.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ lib.mkIf config.microvm.graphics.enable {
1818
boot.kernelModules = [ "drm" "virtio_gpu" ];
1919

2020
environment.systemPackages = with pkgs; [
21-
run-sommelier run-wayland-proxy run-waypipe
21+
#run-sommelier
22+
run-wayland-proxy
23+
run-waypipe
2224
];
2325
}

0 commit comments

Comments
 (0)