nixos/matrix-continuwuity: update environmental variable (#421662)

This commit is contained in:
Aleksana
2025-07-08 11:06:25 +08:00
committed by GitHub
@@ -210,7 +210,7 @@ in
wants = [ "network-online.target" ];
after = [ "network-online.target" ];
environment = lib.mkMerge [
{ CONDUWUIT_CONFIG = configFile; }
{ CONTINUWUITY_CONFIG = configFile; }
cfg.extraEnvironment
];
startLimitBurst = 5;