rename e11sync-frontend -> e11sync-caddyfile
This commit is contained in:
@@ -6,7 +6,7 @@ geoip2-tarball: {
|
||||
}: let
|
||||
overlay = import ../../overlays.nix geoip2-tarball;
|
||||
pkgs1 = pkgs.extend overlay;
|
||||
inherit (pkgs1) e11sync-backend e11sync-frontend;
|
||||
inherit (pkgs1) e11sync-backend e11sync-caddyfile;
|
||||
in {
|
||||
options.e11sync = with lib.types; {
|
||||
enable = lib.mkEnableOption "Enable e11sync";
|
||||
@@ -82,6 +82,6 @@ in {
|
||||
};
|
||||
|
||||
services.caddy.virtualHosts."${cfg.vhost}".extraConfig =
|
||||
builtins.readFile "${e11sync-frontend}";
|
||||
builtins.readFile "${e11sync-caddyfile}";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user