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";
};
# 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";