upgrade to elasticsearch 7
This commit is contained in:
parent
8d476bfcd2
commit
07a4d2ad4f
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, ... }:
|
||||
{ pkgs, config, lib, ... }:
|
||||
let
|
||||
listenIPs = (import ../../utils/getInternalIP.nix config).listenIPs;
|
||||
listenStatements = lib.concatStringsSep "\n" (builtins.map (ip: "listen ${ip}:443 http3;") listenIPs) + ''
|
||||
|
@ -105,4 +105,5 @@ in
|
|||
port = 6379;
|
||||
};
|
||||
users.users.mastodon.home = lib.mkForce (toString config.services.mastodon.package);
|
||||
services.elasticsearch.package = pkgs.elasticsearch7;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue