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;