1
0
Fork 0

alt frontends: listen on ts ipv6 address

This commit is contained in:
Daniel Kempkens 2023-03-24 15:37:06 +01:00
parent c9b14b3184
commit 26235ed3d3
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
10 changed files with 26 additions and 26 deletions

View file

@ -39,7 +39,7 @@
];
services.nginx.virtualHosts."tictac.daniel.sx" = {
listenAddresses = [ "100.113.242.85" ];
listenAddresses = [ "100.113.242.85" "[fd7a:115c:a1e0:ab12:4843:cd96:6271:f255]" ];
http3 = true;
onlySSL = true;

View file

@ -142,11 +142,11 @@
},
"locked": {
"dir": "contrib",
"lastModified": 1679556473,
"narHash": "sha256-1kABkonN3VFGTUqb5vKCd5vrU182FGKww67KdnZ6QdQ=",
"lastModified": 1679632758,
"narHash": "sha256-h97hY2VrAXlSQZQRp6jR3YYXgwBD3ris/4iyt20/aAA=",
"owner": "neovim",
"repo": "neovim",
"rev": "ea0b66d208dbcd5d5c0a17810596d769c7a0b6dd",
"rev": "a478fd41753a5c094e6c329a3573cbfb32b1c6bf",
"type": "github"
},
"original": {
@ -165,11 +165,11 @@
]
},
"locked": {
"lastModified": 1679559242,
"narHash": "sha256-2qQlbQPLRLmMgbFsY48qnMmgBlCsN9onqpZHx6DPXG0=",
"lastModified": 1679645578,
"narHash": "sha256-gN0mpWiZHhQlEA4/bfMQFuyNSebrm+WoOntDJtm3Npk=",
"owner": "nix-community",
"repo": "neovim-nightly-overlay",
"rev": "583c7d315e87975b3a226cafd3ac099b8fdd0b6b",
"rev": "5974031f4d4cd09ea98f3febce783ba2d32f9c65",
"type": "github"
},
"original": {
@ -185,11 +185,11 @@
]
},
"locked": {
"lastModified": 1679528328,
"narHash": "sha256-0PeoNnwX2F0xJYzOYXSeuOz2+swrFsuvTVOlnH3O0c8=",
"lastModified": 1679646109,
"narHash": "sha256-5gV7hIxUcXJxEvBsAsJoK2HqQ+JYGVNPpkymQVdziyw=",
"owner": "nifoc",
"repo": "nix-overlay",
"rev": "2b6db0bc9458ddbf4cae14a0cae08cefc46bda04",
"rev": "f6079528d6295c51dc3168854ddc534ff96a76ec",
"type": "github"
},
"original": {
@ -200,11 +200,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1679553901,
"narHash": "sha256-OhmJc18XNIj0wVC4ZoPnCVoY3SGfcPxaeKJOz1WHo5M=",
"lastModified": 1679614379,
"narHash": "sha256-2KddLHHmcIlJu0PuS/vISLKxihTyICUwKWGn0R//028=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "09ad6a72359f6aff0f96ce8e4d1ec2d1271ad15d",
"rev": "994e2ef9e9c70b4dd7257f73452a94e871723685",
"type": "github"
},
"original": {

View file

@ -112,12 +112,12 @@ rec {
};
};
nvim-treesitter = pkgs.vimPlugins.nvim-treesitter.overrideAttrs (_: {
version = "2023-03-22";
version = "2023-03-24";
src = pkgs.fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "87cf2abeb6077ac19a1249d0b06f223aa398a0a0";
sha256 = "1zq55kfjaf3gsm3l4xv210fzzidg2bk6r6bk551y7jgvf6j6fapm";
rev = "17a81d7b357a74dcefda331fdacb2742ddc60eac";
sha256 = "1ldpc3lxc2ra4jd6sjfcr5jrgxb3lmb8v2rglaai8w8kb8388nl6";
fetchSubmodules = false;
};
});
@ -225,12 +225,12 @@ rec {
};
nvim-lspconfig = pkgs.vimUtils.buildVimPluginFrom2Nix {
pname = "nvim-lspconfig";
version = "2023-03-23";
version = "2023-03-24";
src = pkgs.fetchFromGitHub {
owner = "neovim";
repo = "nvim-lspconfig";
rev = "c6105c449683b944b5d2138fcf82f18c657249e9";
sha256 = "08rkj9yfygkn7map3wgg0ggvh3i8yb5kpqid1q3a02c810xppn7w";
rev = "f1392727d8ab6472b6463e875f553ebd32665d65";
sha256 = "0ia6lmycvg8rrjbng33iqrmx1pqgsp66il7870zv899s12aspscp";
fetchSubmodules = false;
};
};

View file

@ -50,7 +50,7 @@
};
"sail" = {
hostname = "100.113.242.85";
hostname = "sail-ts.kempkens.io";
port = 22;
user = "daniel";
forwardAgent = true;

View file

@ -39,7 +39,7 @@ in
};
services.nginx.virtualHosts."overflow.daniel.sx" = {
listenAddresses = [ "100.113.242.85" ];
listenAddresses = [ "100.113.242.85" "[fd7a:115c:a1e0:ab12:4843:cd96:6271:f255]" ];
http3 = true;
root = "${anonymous-overflow-pkg}/share/anonymous-overflow/public/";

View file

@ -19,7 +19,7 @@
};
services.nginx.virtualHosts."atuin-sync.kempkens.io" = {
listenAddresses = [ "100.113.242.85" ];
listenAddresses = [ "100.113.242.85" "[fd7a:115c:a1e0:ab12:4843:cd96:6271:f255]" ];
http3 = true;
onlySSL = true;

View file

@ -43,7 +43,7 @@ in
};
services.nginx.virtualHosts."${fqdn}" = {
listenAddresses = [ "100.113.242.85" ];
listenAddresses = [ "100.113.242.85" "[fd7a:115c:a1e0:ab12:4843:cd96:6271:f255]" ];
http3 = true;
onlySSL = true;

View file

@ -9,7 +9,7 @@
};
services.nginx.virtualHosts."${secret.nginx.hostnames.libreddit}" = {
listenAddresses = [ "100.113.242.85" ];
listenAddresses = [ "100.113.242.85" "[fd7a:115c:a1e0:ab12:4843:cd96:6271:f255]" ];
http3 = true;
onlySSL = true;

View file

@ -48,7 +48,7 @@ in
};
services.nginx.virtualHosts."${secret.nginx.hostnames.nitter}" = {
listenAddresses = [ "100.113.242.85" ];
listenAddresses = [ "100.113.242.85" "[fd7a:115c:a1e0:ab12:4843:cd96:6271:f255]" ];
http3 = true;
root = "${nitter-pkg}/share/nitter/public/";

View file

@ -41,7 +41,7 @@ in
};
services.nginx.virtualHosts."ringo.daniel.sx" = {
listenAddresses = [ "100.113.242.85" ];
listenAddresses = [ "100.113.242.85" "[fd7a:115c:a1e0:ab12:4843:cd96:6271:f255]" ];
http3 = true;
onlySSL = true;