Skip to content

Commit 6f4b5dd

Browse files
committed
now with the better package
1 parent 2bc0c75 commit 6f4b5dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nix-darwin/flakes/monolith/configuration.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
url = "https://factorio.com/get-download/${version}/headless/linux64";
105105
in
106106
{
107-
factorio = prev.factorio.override {
107+
factorio-headless = prev.factorio-headless.override {
108108
inherit version sha256 url;
109109
};
110110
}
@@ -113,7 +113,7 @@
113113

114114
services.factorio = {
115115
bind = "192.168.4.129";
116-
package = pkgs.factorio;
116+
package = pkgs.factorio-headless;
117117
enable = true;
118118
public = true;
119119
username = builtins.readFile config.sops.secrets."admin".path;
@@ -136,6 +136,7 @@
136136
(builtins.readFile config.sops.secrets."admin".path)
137137
];
138138
};
139+
139140
# networking
140141
networking = {
141142
defaultGateway = "192.168.4.1"; # Point to Proxmox

0 commit comments

Comments
 (0)