Added sunshine server & moonlight client to frijheid, tyr, & weda for testing
This commit is contained in:
parent
1922a177a1
commit
3c9861df7c
4 changed files with 11 additions and 0 deletions
|
@ -54,6 +54,14 @@
|
|||
#jellyfin-ffmpeg
|
||||
];
|
||||
|
||||
# Sunshine
|
||||
services.sunshine = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
capSysAdmin = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
# Cockpit
|
||||
# TODO Test: `http://<IP>:9090/`
|
||||
services.cockpit = {
|
||||
|
|
|
@ -124,6 +124,7 @@
|
|||
ludusavi # Backup tool for PC game saves
|
||||
makemkv # Blu-Ray and DVD to MKV Converter
|
||||
mangohud # Gaming Stat HUD
|
||||
moonlight-qt # Screen Share for Gaming/Work
|
||||
mission-center # System Monitor
|
||||
mpv # Media Player
|
||||
mumble # Low-Latency, High Quality Voice Chat
|
||||
|
|
|
@ -119,6 +119,7 @@
|
|||
librewolf # Firefox Web Browser Fork
|
||||
libsForQt5.kolourpaint # Painting Application
|
||||
libsForQt5.k3b # Disk Burning Application
|
||||
moonlight-qt # Screen Share for Gaming/Work
|
||||
mission-center # System Monitor
|
||||
nasc # Elementary Mathmatical Calculator
|
||||
nomacs # Qt-based image viewer
|
||||
|
|
|
@ -298,6 +298,7 @@
|
|||
localsend # Send Files/Text Over Wifi
|
||||
openrgb # RGB Manager
|
||||
mission-center # System Monitor
|
||||
moonlight-qt # Screen Share for Gaming/Work
|
||||
nemo-with-extensions # Nautilus File Manager Fork
|
||||
neofetch # System Information
|
||||
nitch # Nim System Fetch
|
||||
|
|
Loading…
Reference in a new issue