Fix error
This commit is contained in:
parent
4465192d9c
commit
29b2ec19a9
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
package = pkgs.pin.factorio.factorio-headless;
|
||||
openFirewall = true;
|
||||
extraSettingsFile = config.age.secrets.kalif-conf.path;
|
||||
extraArgs = [ "--server-settings=/var/lib/factorio/real-settings.json" "--mod-directory=/var/lib/factorio/mods" ];
|
||||
extraArgs = [ "--mod-directory=/var/lib/factorio/mods" ];
|
||||
game-name = "Factorio :3 - Kalif - Zora";
|
||||
admins = [
|
||||
"ntlyes"
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
age.secrets = {
|
||||
kalif-conf = {
|
||||
file = ../../../secrets/zora/services/kalif-conf.age;
|
||||
path = "/var/lib/factorio/real-settings.json";
|
||||
# path = "/var/lib/factorio/real-settings.json";
|
||||
mode = "755";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue