12 lines
196 B
Nix
12 lines
196 B
Nix
|
_: {
|
||
|
services.factorio = {
|
||
|
enable = false;
|
||
|
public = false;
|
||
|
lan = false;
|
||
|
openFirewall = true;
|
||
|
admins = ["notoh"];
|
||
|
game-name = "forsen";
|
||
|
autosave-interval = 20;
|
||
|
};
|
||
|
}
|