Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions nix/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ in
# is how the polkit rule below gets picked up.
environment.systemPackages = [ cfg.package ];

disabledModules = [ "services/networking/moonshine.nix" ];

# The moonshine-wsi Vulkan layer routes a game's swapchain frames into
# moonshine's compositor. It is an *implicit* layer, so the loader has to
# find its manifest by scanning, and a store path is only scanned when it
Expand Down