This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 225.650467s] TRACE ThreadId(02) daemon:admin{listen.addr=0.0.0.0:4191}: linkerd_proxy_transport::listen: Accepted server.addr=10.244.1.12:4191 client.addr=10.244.1.1:49996 orig.addr=None | |
[ 225.650612s] DEBUG ThreadId(02) daemon:admin{listen.addr=0.0.0.0:4191}:accept{client.addr=10.244.1.1:49996 target.addr=10.244.1.12:4191}: linkerd_tls::server: Peeked bytes from TCP stream sz=117 | |
[ 225.650621s] TRACE ThreadId(02) daemon:admin{listen.addr=0.0.0.0:4191}:accept{client.addr=10.244.1.1:49996 target.addr=10.244.1.12:4191}: linkerd_tls::server::client_hello: parse_sni: failed to parse up to SNI | |
[ 225.650625s] TRACE ThreadId(02) daemon:admin{listen.addr=0.0.0.0:4191}:accept{client.addr=10.244.1.1:49996 target.addr=10.244.1.12:4191}: linkerd_tls::server: Not a matching TLS ClientHello | |
[ 225.650641s] TRACE ThreadId(02) daemon:admin{listen.addr=0.0.0.0:4191}:accept{client.addr=10.244.1.1:49996 target.addr=10.244.1.12:4191}: linkerd_detect: Starting protocol detection | |
[ 225.650646s] TRACE ThreadId(02) daem |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ pkgs ? import <nixpkgs> {} }: | |
let | |
mach-nix = import (builtins.fetchGit { | |
url = "https://github.com/DavHau/mach-nix"; | |
ref = "refs/tags/3.3.0"; | |
}) { | |
pkgs = pkgs; | |
python = "python37"; | |
pypiDataRev = "48f4b1841d11673822d3f42178480378d1a07a90"; # 2021-09-27T20:16:37Z |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3" | |
services: | |
sliding-proxy: | |
image: ghcr.io/matrix-org/sliding-sync:v0.99.1 | |
restart: unless-stopped | |
ports: | |
- "127.0.0.1:8881:8881" | |
environment: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
programs.neovim = { | |
enable = true; | |
viAlias = true; | |
vimAlias = true; | |
defaultEditor = true; | |
configure = { | |
packages.myVimPackage = with pkgs.vimPlugins; { | |
start = [ | |
telescope-nvim | |
tokyonight-nvim |
OlderNewer