loptland: fix typo
This commit is contained in:
parent
dab5545875
commit
b9e7753602
|
@ -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