From 28a8ac499b2cb49c702c20c20206f0f106b8cd96 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 14 Jul 2025 18:29:43 +0200 Subject: [PATCH] Disable k2v --- modules/nixos/garage.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/nixos/garage.nix b/modules/nixos/garage.nix index b031ab0..7d6756f 100644 --- a/modules/nixos/garage.nix +++ b/modules/nixos/garage.nix @@ -6,10 +6,10 @@ owner = "garage"; }; - # networking.firewall.allowedTCPPorts = [ - # 3900 - # 3901 - # ]; + networking.firewall.allowedTCPPorts = [ + 3900 + 3901 + ]; # Not correctly passing mount bindings systemd.services.garage.serviceConfig = { @@ -38,9 +38,9 @@ root_domain = ".web.bertof.net"; }; - k2v_api = { - api_bind_addr = "[::]:3904"; - }; + # k2v_api = { + # api_bind_addr = "[::]:3904"; + # }; admin = { api_bind_addr = "0.0.0.0:3903";