sample-config/secrets-unencrypted/nextcloud.yaml
Ellis Rahhal 90c1ecfe14 HF-7: Move out sops config
* Updated configuration.nix to match latest homefree
* Added secrets config
* Updated Readme
2024-12-13 17:40:05 -08:00

8 lines
149 B
YAML

nextcloud:
admin-password: <change me>
secret-file: |-
{
"redis": {
"password": "secret"
}
}