This commit is contained in:
parent
086b53e3ba
commit
71fe80587a
2 changed files with 21 additions and 9 deletions
|
@ -32,4 +32,16 @@ in {
|
|||
listenAddress = ":${toString listenPort}";
|
||||
consoleAddress = ":${toString consolePort}";
|
||||
};
|
||||
|
||||
# services.garage = {
|
||||
# enable = true;
|
||||
# replication_mode = "1";
|
||||
# package = pkgs.garage_0_8;
|
||||
# settings = {
|
||||
# s3_api = {
|
||||
# api_bind_addr = "0.0.0.0:3900";
|
||||
# s3_region = "olympus";
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue