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

@ -200,7 +200,7 @@
</span> </span>
rss rss
</a> </a>
<a href="http://2ggpzgonqsll5gi56u47aywu4qyl37eiu5jjrq7ma43z77ekkwuqxmid.onion" style="display: flex;"> <a href="http://7qygixvjhk3mlcrvos4x4dxjlqrp5rh7ih267qewidotibskg3w3srad.onion.onion" style="display: flex;">
<span style="display: inline-block; width: 24px; height: 24px; margin: 0 8px;"> <span style="display: inline-block; width: 24px; height: 24px; margin: 0 8px;">
<img src="{{ 'onion-icon-dark.svg' | fileHash('assets') }}" alt="Tor Onion Logo" class="icon-invertible" style="width: 100%; height: 100%;"> <img src="{{ 'onion-icon-dark.svg' | fileHash('assets') }}" alt="Tor Onion Logo" class="icon-invertible" style="width: 100%; height: 100%;">
</span> </span>

View file

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