Ryan Lahfa
33f7a082ce
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
|
|
];
|
|
}
|