12 lines
499 B
Text
12 lines
499 B
Text
# Template secrets file. Copy to secrets/omni.yaml, then encrypt in
|
|
# place with sops (uses the recipient in ../.sops.yaml):
|
|
#
|
|
# cp secrets/omni.yaml.example secrets/omni.yaml
|
|
# sops secrets/omni.yaml
|
|
#
|
|
# modules/secrets.nix only activates sops when omni.secrets.enable is
|
|
# set AND this file exists, so the config evaluates fine without it.
|
|
# Keys below are examples the modules consume — adjust to taste.
|
|
forgejo-token: REPLACE_ME
|
|
lnbits-admin-key: REPLACE_ME
|
|
nextcloud-password: REPLACE_ME
|