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";
|
||||
};
|
||||
|
||||
# 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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue