flake update

This commit is contained in:
Vivian 2023-05-08 09:24:13 +02:00
parent c730f18efc
commit 736e342acd
2 changed files with 21 additions and 9 deletions

View file

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