feat: Added tako
This commit is contained in:
10
nixos/tako/services/games/satisfactory.nix
Normal file
10
nixos/tako/services/games/satisfactory.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
../../../../modules/nixos/satisfactory.nix
|
||||
];
|
||||
services.satisfactory = {
|
||||
# enable = true;
|
||||
enable = false;
|
||||
maxPlayers = 4;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user