Compare commits
2 commits
088b7bee00
...
c4c4ed18a5
Author | SHA1 | Date | |
---|---|---|---|
|
c4c4ed18a5 | ||
|
7705b2c30a |
3 changed files with 10 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
version = "2023-12-13-02";
|
version = "2023-12-18-02";
|
||||||
src-hash = "sha256-yr7gvyiJ4ymXQKMM/qPtwYrtA6RDMmlb3fhYizAw/tc=";
|
src-hash = "sha256-A6IXRR3Hsj+bmzsY/Qaj/pSFjYrlC9Xwh11OjhkjjVk=";
|
||||||
deps-hash = "sha256-uTePIPqyb+nON9MXAkNELzEu8xFXIa+DQTMFWyOJuSY=";
|
deps-hash = "sha256-v2EZlYdLmoxg0EszkllsoS5mlKHoMCvt0xyfo8yCp44=";
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,7 +34,7 @@ in {
|
||||||
|
|
||||||
bucket = "nextcloud-dgnum";
|
bucket = "nextcloud-dgnum";
|
||||||
key = "GKda5367c73ca607c349d83c35";
|
key = "GKda5367c73ca607c349d83c35";
|
||||||
autocreate = false;
|
verify_bucket_exists = false;
|
||||||
secretFile = config.age.secrets."nextcloud-s3_secret_file".path;
|
secretFile = config.age.secrets."nextcloud-s3_secret_file".path;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -24,5 +24,11 @@
|
||||||
id = 273035;
|
id = 273035;
|
||||||
hash = "sha256-bxuXH6KZGdu1yIgyeAHP+K7xGgJ404jSE32saGHf9KM=";
|
hash = "sha256-bxuXH6KZGdu1yIgyeAHP+K7xGgJ404jSE32saGHf9KM=";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# nixos/nextcloud: Rename autocreate (a no-op) to verify_bucket_exists
|
||||||
|
{
|
||||||
|
id = 275165;
|
||||||
|
hash = "sha256-XVq72jiLCDrZhADgyvI5y1y/5zlpX89vUBvxUolrYp8=";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue