Skip to content

Commit

Permalink
minio: add example
Browse files Browse the repository at this point in the history
  • Loading branch information
stephank committed Jul 11, 2023
1 parent b306c70 commit aa3bda0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/minio/devenv.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
services.minio.enable = true;
services.minio.buckets = [ "testbucket" ];
}
3 changes: 3 additions & 0 deletions examples/minio/devenv.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
inputs:
nixpkgs:
url: github:NixOS/nixpkgs/nixpkgs-unstable

0 comments on commit aa3bda0

Please sign in to comment.