summary refs log tree commit diff stats
path: root/system/services/etebase/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/services/etebase/default.nix')
-rw-r--r--system/services/etebase/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/services/etebase/default.nix b/system/services/etebase/default.nix
index 58d8b4b..4cf2cc0 100644
--- a/system/services/etebase/default.nix
+++ b/system/services/etebase/default.nix
@@ -4,7 +4,7 @@
     port = 8001;
     settings = {
       global.secret_file = "${config.age.secrets.etebase-server.path}";
-      allowed_hosts.allowed_host1 = "localhost";
+      allowed_hosts.allowed_host1 = "127.0.0.1";
     };
   };