depot/cluster/services/storage/simulacrum/test-data.nix

9 lines
154 B
Nix
Raw Normal View History

{ config, lib, ... }:
{
garage = lib.mkIf config.simulacrum {
keys.testkey = {};
buckets.testbucket.allow.testKey = [ "read" "write" ];
};
}