Files
dotfiles/nixos/mirai/services/games/satisfactory.nix
uttarayan21 6d12728ae8
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
chore(gitea): comment out OAuth setup configuration
refactor(home): simplify homeDirectory assignment

chore(satisfactory): disable service by default
2025-09-04 14:05:52 +05:30

11 lines
171 B
Nix

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