We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc0c75 commit 6f4b5ddCopy full SHA for 6f4b5dd
nix-darwin/flakes/monolith/configuration.nix
@@ -104,7 +104,7 @@
104
url = "https://factorio.com/get-download/${version}/headless/linux64";
105
in
106
{
107
- factorio = prev.factorio.override {
+ factorio-headless = prev.factorio-headless.override {
108
inherit version sha256 url;
109
};
110
}
@@ -113,7 +113,7 @@
113
114
services.factorio = {
115
bind = "192.168.4.129";
116
- package = pkgs.factorio;
+ package = pkgs.factorio-headless;
117
enable = true;
118
public = true;
119
username = builtins.readFile config.sops.secrets."admin".path;
@@ -136,6 +136,7 @@
136
(builtins.readFile config.sops.secrets."admin".path)
137
];
138
139
+
140
# networking
141
networking = {
142
defaultGateway = "192.168.4.1"; # Point to Proxmox
0 commit comments