From e1f78f1b8d5ef3a735a40ac5269679c856adffed Mon Sep 17 00:00:00 2001 From: Payas Relekar Date: Sun, 2 Jul 2023 11:39:43 +0530 Subject: [PATCH] etebase: hotfix --- modules/etesync.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/etesync.nix b/modules/etesync.nix index 6fd8982..aa7fe32 100644 --- a/modules/etesync.nix +++ b/modules/etesync.nix @@ -13,7 +13,7 @@ global.secret_file = "/run/agenix/etebase"; allowed_hosts = { allowed_host1 = "0.0.0.0"; - allowed_host2 = "bhankas.org"; + allowed_host2 = "etesync.bhankas.org"; }; global = { debug = true;