nixos/system/services/satisfactory/default.nix

10 lines
171 B
Nix

{ ... }:
{
imports = [ ./module.nix ];
services.satisfactory-server = {
enable = true;
openFirewall = true;
# launchOptions = "-multihome=0.0.0.0";
};
}