nixcfg/hosts/fallarbor/secrets.nix

7 lines
163 B
Nix
Raw Normal View History

2024-07-22 19:56:56 -04:00
{
age.secrets = {
syncthingCert.file = ../../secrets/syncthing/fallarbor/cert.age;
syncthingKey.file = ../../secrets/syncthing/fallarbor/key.age;
};
}