add metrics to snowflake (prepare for embedded proxy subdomain), enable ipv6 (prepare for tor ipv6 support)
Some checks failed
/ deploy (push) Failing after 9s
Some checks failed
/ deploy (push) Failing after 9s
This commit is contained in:
parent
f694e632de
commit
66d408e6ee
1 changed files with 7 additions and 2 deletions
|
|
@ -2,8 +2,12 @@
|
||||||
owner = config.customOps.owner;
|
owner = config.customOps.owner;
|
||||||
domain = config.customOps.domain.fqdn;
|
domain = config.customOps.domain.fqdn;
|
||||||
in {
|
in {
|
||||||
networking.hostName = "adonis";
|
networking = {
|
||||||
networking.firewall.logRefusedPackets = true;
|
hostName = "adonis";
|
||||||
|
firewall.logRefusedPackets = true;
|
||||||
|
enableIPv6 = true;
|
||||||
|
interfaces.ens3.ipv6.addresses = ["2a0a:4cc0:c1:15f3::10/64"];
|
||||||
|
};
|
||||||
|
|
||||||
services.tor = {
|
services.tor = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -41,5 +45,6 @@ in {
|
||||||
services.snowflake-proxy = {
|
services.snowflake-proxy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
capacity = 10;
|
capacity = 10;
|
||||||
|
extraFlags = ["-metrics"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue