nixos/system/services/satisfactory/default.nix

10 lines
171 B
Nix
Raw Normal View History

{ ... }:
{
imports = [ ./module.nix ];
services.satisfactory-server = {
enable = true;
openFirewall = true;
2024-09-14 19:06:46 +01:00
# launchOptions = "-multihome=0.0.0.0";
};
}