You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# When not present in /var/lib/${config.services.factorio.stateDirName}/saves, a new map with default settings will be generated before starting the service.
117
-
saveName="save1.zip";
117
+
saveName="save1";
118
118
game-name="[NixOs] factorio";
119
119
description="Factorio on nixos";
120
120
admins=[
@@ -125,11 +125,11 @@
125
125
# networking
126
126
networking={
127
127
defaultGateway="192.168.4.1";# Point to Proxmox
128
-
nameservers=["8.8.8.8"];# Ensure DNS resolution
128
+
nameservers=["192.168.1.1"];# Ensure DNS resolution
129
129
hostName=meta.hostname;# Define your hostname.
130
130
networkmanager.enable=true;# Easiest to use and most distros use this by default.
131
131
firewall={
132
-
enable=true;
132
+
enable=false;
133
133
allowedUDPPorts=[34197];# Explicitly open Factorio port
0 commit comments