add amf to sunshine

This commit is contained in:
Mohamed Chrayed 2024-10-06 14:57:34 +02:00
parent fb5a38a024
commit 7042129343

View File

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