forked from DGNum/infrastructure
Ryan Lahfa
3e6a3afd95
A very simple basic support for it, which requires a S3 admin token. Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
7 lines
69 B
Nix
7 lines
69 B
Nix
{
|
|
imports = [
|
|
./common.nix
|
|
./state.nix
|
|
./s3.nix
|
|
];
|
|
}
|