This commit is contained in:
Aaron Bieber 2023-07-27 10:19:05 -06:00
parent 4328ac5b98
commit 44e915361b
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
xinlib,
...
}: let
chirp = inputs.stable.legacyPackages.${pkgs.system}.chirp;
inherit (inputs.stable.legacyPackages.${pkgs.system}) chirp;
restic = pkgs.writeScriptBin "restic" (import ../../bins/restic.nix {
inherit pkgs;
inherit lib;

View File

@ -819,8 +819,8 @@ in {
};
listeners = [
{
inherit (mtxCfg) port;
bind_addresses = [mtxCfg.address];
port = mtxCfg.port;
resources = [
{
compress = true;