From c79d41f81ff44bf7bac2f201fac41662ccdadb8b Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 28 Oct 2025 13:44:20 -0400 Subject: [PATCH] vira: via tailscale --- modules/home/all/vira.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/all/vira.nix b/modules/home/all/vira.nix index 62a6d89..ac0cc14 100644 --- a/modules/home/all/vira.nix +++ b/modules/home/all/vira.nix @@ -14,9 +14,9 @@ in services.vira = { enable = true; - hostname = "0.0.0.0"; port = 5001; - https = true; + hostname = "127.0.0.1"; + https = false; # Using tailscale services autoResetState = true; package = inputs.vira.packages.${pkgs.system}.default;