nixcfg/hosts/petalburg/secrets.nix

7 lines
163 B
Nix

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