This repository has been archived on 2024-08-30. You can view files and clone it, but cannot push or open issues or pull requests.
infrastructure/secrets/carbon.nix

10 lines
352 B
Nix
Raw Permalink Normal View History

2024-05-29 17:15:20 +02:00
{ pkgs, ... }: {
age.secrets.forgejo-runner.file = ./forgejo-runner.age;
age.secrets.github-username.file = ./github-username.age;
age.secrets.github-token.file = ./github-token.age;
age.secrets.scribe-secret.file = ./scribe-secret.age;
age.secrets.piped.file = ./piped.age;
age.secrets.anonymousoverflow.file = ./anonymousoverflow.age;
2024-05-29 17:15:20 +02:00
}