forked from aylac.top/nixcfg
this repo has no description
1{self, ...}: { 2 age.secrets = { 3 aylaPassword.file = "${self.inputs.secrets}/ayla/passwordHash.age"; 4 tailscaleAuthKey.file = "${self.inputs.secrets}/tailscale/auth.age"; 5 syncthingCert.file = "${self.inputs.secrets}/ayla/syncthing/morgana/cert.age"; 6 syncthingKey.file = "${self.inputs.secrets}/ayla/syncthing/morgana/key.age"; 7 ntfyAuto.file = "${self.inputs.secrets}/ntfyAuto.age"; 8 }; 9}