nixcfg/hosts/rustboro/secrets.nix

7 lines
161 B
Nix

{
age.secrets = {
syncthingCert.file = ../../secrets/syncthing/rustboro/cert.age;
syncthingKey.file = ../../secrets/syncthing/rustboro/key.age;
};
}