loptland: fix typo
This commit is contained in:
parent
7132c558ef
commit
67c1b1f8e0
|
@ -26,15 +26,15 @@ in
|
||||||
secrets = {
|
secrets = {
|
||||||
factorio_token = {
|
factorio_token = {
|
||||||
restartUnits = [ "factorio.service" ];
|
restartUnits = [ "factorio.service" ];
|
||||||
inherit sopsFile;
|
inherit (cfg) sopsFile;
|
||||||
};
|
};
|
||||||
factorio_username = {
|
factorio_username = {
|
||||||
restartUnits = [ "factorio.service" ];
|
restartUnits = [ "factorio.service" ];
|
||||||
inherit sopsFile;
|
inherit (cfg) sopsFile;
|
||||||
};
|
};
|
||||||
factorio_game_password = {
|
factorio_game_password = {
|
||||||
restartUnits = [ "factorio.service" ];
|
restartUnits = [ "factorio.service" ];
|
||||||
inherit sopsFile;
|
inherit (cfg) sopsFile;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
templates."extraSettingsFile.json".content = ''
|
templates."extraSettingsFile.json".content = ''
|
||||||
|
|
Loading…
Reference in a new issue