diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/services/etebase/default.nix | 2 |
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"; }; }; |