diff --git a/nixos/modules/services/video/wivrn.nix b/nixos/modules/services/video/wivrn.nix index 522a2dc174ea..0515d93d71cb 100644 --- a/nixos/modules/services/video/wivrn.nix +++ b/nixos/modules/services/video/wivrn.nix @@ -72,6 +72,11 @@ let ); in { + imports = [ + (lib.mkRemovedOptionModule [ "services" "wivrn" "defaultRuntime" ] '' + WiVRn now manages the active runtime itself, so this option has been removed. + '') + ]; options = { services.wivrn = { enable = mkEnableOption "WiVRn, an OpenXR streaming application";