Files
dotfiles/nixos/mirai/services/games/satisfactory.nix
uttarayan21 429cbb2178
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
feat(nixos): add Satisfactory Dedicated Server module
2025-08-26 23:39:56 +05:30

10 lines
149 B
Nix

{...}: {
imports = [
../../../../modules/nixos/satisfactory.nix
];
services.satisfactory = {
enable = true;
maxPlayers = 4;
};
}