remove sunshine

This commit is contained in:
Mohamed Chrayed 2024-10-11 19:37:27 +02:00
parent 73dc6c3201
commit 75aae69906
4 changed files with 0 additions and 40 deletions

View File

@ -60,7 +60,6 @@
./modules/system/jovian-${hostName} ./modules/system/jovian-${hostName}
./modules/system/lact ./modules/system/lact
./modules/system/steam ./modules/system/steam
./modules/system/sunshine-${hostName}
]; ];
serverSystemModules = [ serverSystemModules = [

View File

@ -1,13 +0,0 @@
{ pkgs, ... }:
{
services.sunshine = {
enable = true;
autoStart = true;
capSysAdmin = true;
openFirewall = true;
};
environment.systemPackages =
(with pkgs; [
amf
]);
}

View File

@ -1,13 +0,0 @@
{ pkgs, ... }:
{
services.sunshine = {
enable = true;
autoStart = true;
capSysAdmin = true;
openFirewall = true;
};
environment.systemPackages =
(with pkgs; [
amf
]);
}

View File

@ -1,13 +0,0 @@
{ pkgs, ... }:
{
services.sunshine = {
enable = true;
autoStart = true;
capSysAdmin = true;
openFirewall = true;
};
environment.systemPackages =
(with pkgs; [
amf
]);
}