Implement sunshine/moonlight desktop streaming
This commit is contained in:
parent
00635213d0
commit
3d04e10cc6
|
|
@ -111,6 +111,14 @@
|
||||||
# Docker for development
|
# Docker for development
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
|
# Sunshine remote desktop streaming
|
||||||
|
services.sunshine = {
|
||||||
|
enable = true;
|
||||||
|
autoStart = true;
|
||||||
|
capSysAdmin = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
||||||
|
|
@ -268,6 +268,7 @@
|
||||||
# ventoy-full
|
# ventoy-full
|
||||||
qbittorrent
|
qbittorrent
|
||||||
krita
|
krita
|
||||||
|
moonlight-qt
|
||||||
|
|
||||||
gimp
|
gimp
|
||||||
gimpPlugins.gmic
|
gimpPlugins.gmic
|
||||||
|
|
@ -281,7 +282,7 @@
|
||||||
|
|
||||||
pass-wayland
|
pass-wayland
|
||||||
thunderbird
|
thunderbird
|
||||||
protonmail-desktop
|
# protonmail-desktop
|
||||||
|
|
||||||
texliveFull
|
texliveFull
|
||||||
ripgrep
|
ripgrep
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,7 @@ in
|
||||||
lxappearance # Manage GTK Themes
|
lxappearance # Manage GTK Themes
|
||||||
kdePackages.polkit-kde-agent-1 # Polkit Prompt for password prompts etc
|
kdePackages.polkit-kde-agent-1 # Polkit Prompt for password prompts etc
|
||||||
lxqt.lxqt-openssh-askpass # GUI to query passwords on behalf of SSH agents - Issues compiling
|
lxqt.lxqt-openssh-askpass # GUI to query passwords on behalf of SSH agents - Issues compiling
|
||||||
|
zathura # PDF Viewer
|
||||||
|
|
||||||
zenity # Display custom prompts
|
zenity # Display custom prompts
|
||||||
(writeShellScriptBin "zenity-askpass"
|
(writeShellScriptBin "zenity-askpass"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue