From ad46ccbc2b4aa733a5d15b6b9b43ce186d9eec71 Mon Sep 17 00:00:00 2001 From: Jet Date: Tue, 24 Mar 2026 21:52:57 -0700 Subject: [PATCH] feat: re-enable jetpham.com --- configuration.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 4599985..37c5ef3 100644 --- a/configuration.nix +++ b/configuration.nix @@ -147,9 +147,11 @@ services.tailscale.authKeyFile = config.age.secrets.tailscale-key.path; - # MyMX - services.jetpham-website.enable = false; - services.jetpham-website.tor.enable = false; + # Website + services.jetpham-website = { + enable = true; + tor.enable = true; + }; services.mymx = { enable = true;