diff --git a/nixos/module/hectic/service/support-bot.nix b/nixos/module/hectic/service/support-bot.nix index b5c79f4..08caa5f 100644 --- a/nixos/module/hectic/service/support-bot.nix +++ b/nixos/module/hectic/service/support-bot.nix @@ -82,7 +82,7 @@ in { Restart = "always"; RestartSec = "5s"; EnvironmentFile = supportConfig.environmentPath; - Envitronmet = [ + Environment = [ "REDIS_HOST=${supportConfig.redisHost}" "REDIS_PORT=${builtins.toString supportConfig.redisPort}" "REDIS_DB=${builtins.toString supportConfig.redisDb}"