feat(nixos): add Satisfactory Dedicated Server module
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
./immich.nix
|
||||
./llama.nix
|
||||
./lldap.nix
|
||||
./minecraft.nix
|
||||
./nextcloud.nix
|
||||
./prowlarr.nix
|
||||
./resolved.nix
|
||||
./searxng.nix
|
||||
./sigmabot.nix
|
||||
./tailscale.nix
|
||||
./games
|
||||
# ./paperless.nix
|
||||
];
|
||||
services = {
|
||||
|
||||
6
nixos/mirai/services/games/default.nix
Normal file
6
nixos/mirai/services/games/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
./minecraft.nix
|
||||
./satisfactory.nix
|
||||
];
|
||||
}
|
||||
9
nixos/mirai/services/games/satisfactory.nix
Normal file
9
nixos/mirai/services/games/satisfactory.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
../../../../modules/nixos/satisfactory.nix
|
||||
];
|
||||
services.satisfactory = {
|
||||
enable = true;
|
||||
maxPlayers = 4;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user