Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Fix fleet certfile argument, fixes #11794

authored by Kevin Cox and committed by Rok Garbas a2fb70b6 d038464e

+1 -1
+1 -1
nixos/modules/services/cluster/fleet.nix
··· 120 120 FLEET_PUBLIC_IP = cfg.publicIp; 121 121 FLEET_ETCD_CAFILE = cfg.etcdCafile; 122 122 FLEET_ETCD_KEYFILE = cfg.etcdKeyfile; 123 - FEELT_ETCD_CERTFILE = cfg.etcdCertfile; 123 + FLEET_ETCD_CERTFILE = cfg.etcdCertfile; 124 124 FLEET_METADATA = cfg.metadata; 125 125 } // cfg.extraConfig; 126 126 serviceConfig = {