flake update
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Vivian 2023-05-08 09:24:13 +02:00
parent 086b53e3ba
commit 71fe80587a
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";
# };
# };
# };
}