11 lines
171 B
Nix
11 lines
171 B
Nix
{...}: {
|
|
imports = [
|
|
../../../../modules/nixos/satisfactory.nix
|
|
];
|
|
services.satisfactory = {
|
|
# enable = true;
|
|
enable = false;
|
|
maxPlayers = 4;
|
|
};
|
|
}
|