infra/config/games/satisfactory.nix

6 lines
81 B
Nix

{
services.satisfactory = {
enable = true;
openFirewall = true;
};
}