update factorio settings
This commit is contained in:
parent
99994a67b1
commit
3960ae45c9
|
@ -22,6 +22,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 34197; # The default, but make it explicit
|
port = 34197; # The default, but make it explicit
|
||||||
lan = true;
|
lan = true;
|
||||||
|
game-password = "pls-dont-grief";
|
||||||
admins = [
|
admins = [
|
||||||
"doubtwriter"
|
"doubtwriter"
|
||||||
"kattykat"
|
"kattykat"
|
||||||
|
@ -30,9 +31,13 @@ in
|
||||||
autosave-interval = 3;
|
autosave-interval = 3;
|
||||||
game-name = "Babes plays v2";
|
game-name = "Babes plays v2";
|
||||||
requireUserVerification = false;
|
requireUserVerification = false;
|
||||||
|
bind = "::";
|
||||||
mods = [
|
mods = [
|
||||||
far-reach
|
far-reach
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedUDPPorts = [ 34197 ];
|
||||||
|
networking.firewall.allowedTCPPorts = [ 34197 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue