Disable k2v
This commit is contained in:
parent
24ddffac3c
commit
28a8ac499b
1 changed files with 7 additions and 7 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue