diff --git a/home/hosts/peach.nix b/home/hosts/peach.nix index 9518fed..c348460 100644 --- a/home/hosts/peach.nix +++ b/home/hosts/peach.nix @@ -36,6 +36,8 @@ ''; }) ) + + moonlight-qt ]; programs.plasma = { diff --git a/system/hosts/alien/default.nix b/system/hosts/alien/default.nix index 1909144..6e0d222 100644 --- a/system/hosts/alien/default.nix +++ b/system/hosts/alien/default.nix @@ -53,4 +53,11 @@ open = false; package = pkgs.linuxPackages.nvidiaPackages.stable; }; + + services.sunshine = { + enable = true; + autoStart = true; + capSysAdmin = true; + openFirewall = true; + }; }