infrastructure/machines/public-cof/factorio.nix

15 lines
321 B
Nix
Raw Normal View History

2021-11-13 01:52:22 +01:00
{ ... }:
{
services.factorio = {
enable = true;
admins = [ ];
username = "AGB";
password = "Je vais voter pour le club réseau";
description = "This is a test and it will break";
game-name = "Factorio for AGB";
openFirewall = true;
};
networking.firewall.allowedUDPPorts = [ 34197 ];
}