more sunshine modules
Some checks are pending
Flake.lock / build (push) Waiting to run

This commit is contained in:
Mohamed Chrayed 2024-10-06 17:29:09 +02:00
parent 6b0a9bda8b
commit 6276ed949d
2 changed files with 26 additions and 0 deletions

View File

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

View File

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