From 5152fc31ff2e8e0d2104a059417ae162da92ea4b Mon Sep 17 00:00:00 2001 From: Payas Relekar Date: Sun, 2 Jul 2023 11:24:06 +0530 Subject: [PATCH] etebase: add allowed host --- modules/etesync.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/etesync.nix b/modules/etesync.nix index 404644b..15c4a53 100644 --- a/modules/etesync.nix +++ b/modules/etesync.nix @@ -8,7 +8,7 @@ settings = { allowed_hosts = { allowed_host1 = "0.0.0.0"; - allowed_host2 = "localhost"; + allowed_host2 = "bhankas.org"; }; global = { debug = true;