diff --git a/_includes/base.njk b/_includes/base.njk
index 770935e..dc43e1c 100644
--- a/_includes/base.njk
+++ b/_includes/base.njk
@@ -200,7 +200,7 @@
rss
-
+
diff --git a/nix/configuration.nix b/nix/configuration.nix
index cff0f3c..d13a737 100644
--- a/nix/configuration.nix
+++ b/nix/configuration.nix
@@ -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;
};
-}
\ No newline at end of file
+}