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

8 lines
149 B
YAML

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