change the way admins are configured
This commit is contained in:
parent
2465370cec
commit
7e3461e282
|
@ -40,7 +40,6 @@ in
|
||||||
"autosave_slots": 5,
|
"autosave_slots": 5,
|
||||||
"ignore_player_limit_for_returning_players": true,
|
"ignore_player_limit_for_returning_players": true,
|
||||||
"username" : "${config.sops.placeholder.factorio_username}",
|
"username" : "${config.sops.placeholder.factorio_username}",
|
||||||
"admins": ["${config.sops.placeholder.factorio_username}"],
|
|
||||||
"token": "${config.sops.placeholder.factorio_token}"
|
"token": "${config.sops.placeholder.factorio_token}"
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
@ -55,6 +54,11 @@ in
|
||||||
nonBlockingSaving = true;
|
nonBlockingSaving = true;
|
||||||
autosave-interval = 15;
|
autosave-interval = 15;
|
||||||
saveName = "SpaceAge";
|
saveName = "SpaceAge";
|
||||||
|
admins = [
|
||||||
|
"daholli"
|
||||||
|
"galbrain"
|
||||||
|
"geigeabc"
|
||||||
|
];
|
||||||
extraSettingsFile = config.sops.templates."extraSettingsFile.json".path;
|
extraSettingsFile = config.sops.templates."extraSettingsFile.json".path;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue