fmt
This commit is contained in:
parent
4328ac5b98
commit
44e915361b
@ -6,7 +6,7 @@
|
|||||||
xinlib,
|
xinlib,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
chirp = inputs.stable.legacyPackages.${pkgs.system}.chirp;
|
inherit (inputs.stable.legacyPackages.${pkgs.system}) chirp;
|
||||||
restic = pkgs.writeScriptBin "restic" (import ../../bins/restic.nix {
|
restic = pkgs.writeScriptBin "restic" (import ../../bins/restic.nix {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
inherit lib;
|
inherit lib;
|
||||||
|
@ -819,8 +819,8 @@ in {
|
|||||||
};
|
};
|
||||||
listeners = [
|
listeners = [
|
||||||
{
|
{
|
||||||
|
inherit (mtxCfg) port;
|
||||||
bind_addresses = [mtxCfg.address];
|
bind_addresses = [mtxCfg.address];
|
||||||
port = mtxCfg.port;
|
|
||||||
resources = [
|
resources = [
|
||||||
{
|
{
|
||||||
compress = true;
|
compress = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user