Add impure secrets
This commit is contained in:
parent
e94fe95e23
commit
6f032bae9e
2 changed files with 5 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
impure-secrets.nix
|
|
@ -1,4 +1,7 @@
|
|||
{ config, ... }: {
|
||||
imports = [
|
||||
../../impure-secrets.nix
|
||||
];
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
appName = "Lotte's Git";
|
||||
|
@ -20,7 +23,7 @@
|
|||
storage = {
|
||||
STORAGE_TYPE = "minio";
|
||||
MINIO_ENDPOINT = "minio.int.chir.rs:443";
|
||||
# minio credentials are exported in the environment
|
||||
MINIO_ACCESS_KEY_ID = "gitea";
|
||||
MINIO_BUCKET = "gitea";
|
||||
MINIO_USE_SSL = "true";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue