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
2024-05-29 17:15:20 +02:00

4 lines
77 B
Nix

{ pkgs, ... }: {
age.secrets.forgejo-runner.file = ./forgejo-runner.age;
}