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

authored by Aleksana and committed by GitHub 41562f65 e5589f94

+1 -1
+1 -1
nixos/modules/services/matrix/continuwuity.nix
··· 210 210 wants = [ "network-online.target" ]; 211 211 after = [ "network-online.target" ]; 212 212 environment = lib.mkMerge [ 213 - { CONDUWUIT_CONFIG = configFile; } 213 + { CONTINUWUITY_CONFIG = configFile; } 214 214 cfg.extraEnvironment 215 215 ]; 216 216 startLimitBurst = 5;