Disable k2v

This commit is contained in:
Filippo Berto 2025-07-14 18:29:43 +02:00
parent 24ddffac3c
commit 28a8ac499b
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -6,10 +6,10 @@
owner = "garage"; owner = "garage";
}; };
# networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
# 3900 3900
# 3901 3901
# ]; ];
# Not correctly passing mount bindings # Not correctly passing mount bindings
systemd.services.garage.serviceConfig = { systemd.services.garage.serviceConfig = {
@ -38,9 +38,9 @@
root_domain = ".web.bertof.net"; root_domain = ".web.bertof.net";
}; };
k2v_api = { # k2v_api = {
api_bind_addr = "[::]:3904"; # api_bind_addr = "[::]:3904";
}; # };
admin = { admin = {
api_bind_addr = "0.0.0.0:3903"; api_bind_addr = "0.0.0.0:3903";