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;