sunshine & vscode splitted to personal modules
This commit is contained in:
12
apps/sunshine.nix
Normal file
12
apps/sunshine.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
services.sunshine = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
capSysAdmin = true; # only needed for Wayland -- omit this when using with Xorg
|
||||
openFirewall = true;
|
||||
};
|
||||
environment.systemPackages = [
|
||||
pkgs.gnome-randr
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user