feat: updated onion domain

This commit is contained in:
Leyla Becker 2026-02-20 14:11:32 -06:00
parent a825cb0937
commit c5fe64e460
2 changed files with 11 additions and 6 deletions

View file

@ -1,4 +1,8 @@
{inputs, realSrc, ...}: {
{
inputs,
realSrc,
...
}: {
imports = [
./hardware-configuration.nix
./module.nix
@ -34,10 +38,11 @@
services.volpe = {
enable = true;
domain = "blog.jan-leila.com";
domain = "volpe.jan-leila.com";
extraDomains = [
"volpe.jan-leila.com"
"2ggpzgonqsll5gi56u47aywu4qyl37eiu5jjrq7ma43z77ekkwuqxmid.onion"
"blog.jan-leila.com"
# command to get this value: `sudo cat /var/lib/tor/onion/volpe/hostname`
"7qygixvjhk3mlcrvos4x4dxjlqrp5rh7ih267qewidotibskg3w3srad.onion.onion"
];
enableACME = true;
acmeEmail = "leyla@jan-leila.com";
@ -81,4 +86,4 @@
enable = true;
capacity = 100;
};
}
}