add minio access

This commit is contained in:
Charlotte 🦝 Delenk 2022-02-18 16:28:32 +01:00
parent 989a6a4808
commit de97b88b88
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -17,5 +17,5 @@
};
}
];
nix.settings.allowed-uris = [ "https://github.com/" "https://git.chir.rs/" ];
nix.settings.allowed-uris = [ "https://github.com/" "https://git.chir.rs/" "https://minio.int.chir.rs/" ];
}