From 188764bca541c462d5cdba29cc874936ca282b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 16 Apr 2025 16:10:58 +0200 Subject: [PATCH] moonlight/sunshine: mark as unusuable outside of our VM we depend on VM user, which only will work with our vm nixos module --- clanModules/moonlight/README.md | 2 ++ clanModules/sunshine/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/clanModules/moonlight/README.md b/clanModules/moonlight/README.md index f9c291a7f..7e96ad597 100644 --- a/clanModules/moonlight/README.md +++ b/clanModules/moonlight/README.md @@ -1,3 +1,5 @@ --- description = "A desktop streaming client optimized for remote gaming and synchronized movie viewing." --- + +**Warning**: This module was written with our VM integration in mind likely won't work outside of this context. They will be generalized in future. diff --git a/clanModules/sunshine/README.md b/clanModules/sunshine/README.md index b1445c261..a561d77a1 100644 --- a/clanModules/sunshine/README.md +++ b/clanModules/sunshine/README.md @@ -1,3 +1,5 @@ --- description = "A desktop streaming server optimized for remote gaming and synchronized movie viewing." --- + +**Warning**: This module was written with our VM integration in mind likely won't work outside of this context. They will be generalized in future.