update factorio settings

This commit is contained in:
Benjamin Bädorf 2022-11-28 11:39:21 +01:00
parent 99994a67b1
commit 3960ae45c9
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -22,6 +22,7 @@ in
enable = true;
port = 34197; # The default, but make it explicit
lan = true;
game-password = "pls-dont-grief";
admins = [
"doubtwriter"
"kattykat"
@ -30,9 +31,13 @@ in
autosave-interval = 3;
game-name = "Babes plays v2";
requireUserVerification = false;
bind = "::";
mods = [
far-reach
];
};
networking.firewall.allowedUDPPorts = [ 34197 ];
networking.firewall.allowedTCPPorts = [ 34197 ];
};
}