nixos/geoipupdate: Fix config filename copy-paste fail

launchpad/nixpkgs/master
talyz 3 years ago
parent 6d84e50b19
commit 99454b6f77
No known key found for this signature in database
GPG Key ID: 2DED2151F4671A2B
  1. 2
      nixos/modules/services/misc/geoipupdate.nix

@ -119,7 +119,7 @@ in
};
};
geoipupdateConf = pkgs.writeText "discourse.conf" (geoipupdateKeyValue cfg.settings);
geoipupdateConf = pkgs.writeText "geoipupdate.conf" (geoipupdateKeyValue cfg.settings);
script = ''
mkdir -p "${cfg.settings.DatabaseDirectory}"

Loading…
Cancel
Save