Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Nov 28, 2024
1 parent 5ecdd3e commit a756b0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hosts/kaambl/spec.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"--edns-addr=211.140.13.188"
"-l"
"127.0.0.1"
"--ipv6-disabled"
# "--ipv6-disabled"
# "--quic-port=853"
# "--https-port=843"
"--http3"
Expand Down
2 changes: 1 addition & 1 deletion hosts/yidhra/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ withSystem "x86_64-linux" (
./rekey.nix
./spec.nix
(lib.iage "cloud")
../../packages.nix
# ../../packages.nix
../../misc.nix
../../users.nix
];
Expand Down
2 changes: 1 addition & 1 deletion hosts/yidhra/network.nix
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
{
PublicKey = "jQGcU+BULglJ9pUz/MmgOWhGRjpimogvEudwc8hMR0A=";
AllowedIPs = [ "10.0.3.0/24" ];
Endpoint = "38.47.119.151:51820";
Endpoint = "172.234.92.148:51820";
PersistentKeepalive = 15;
}
{
Expand Down

0 comments on commit a756b0d

Please sign in to comment.