loptland: fix typo

This commit is contained in:
Christoph Hollizeck 2024-11-06 16:29:52 +01:00
parent 7132c558ef
commit 67c1b1f8e0
Signed by: Daholli
GPG key ID: 1763BB530F50279E

View file

@ -26,15 +26,15 @@ in
secrets = {
factorio_token = {
restartUnits = [ "factorio.service" ];
inherit sopsFile;
inherit (cfg) sopsFile;
};
factorio_username = {
restartUnits = [ "factorio.service" ];
inherit sopsFile;
inherit (cfg) sopsFile;
};
factorio_game_password = {
restartUnits = [ "factorio.service" ];
inherit sopsFile;
inherit (cfg) sopsFile;
};
};
templates."extraSettingsFile.json".content = ''