nixcfg/hosts/rustboro/secrets.nix

7 lines
169 B
Nix
Raw Normal View History

2024-07-22 19:56:56 -04:00
{
age.secrets = {
2024-07-25 18:26:14 -04:00
syncthingCert.file = ../../secrets/aly/syncthing/rustboro/cert.age;
syncthingKey.file = ../../secrets/aly/syncthing/rustboro/key.age;
2024-07-22 19:56:56 -04:00
};
}