forked from aylac.top/nixcfg
this repo has no description
1{self, ...}: { 2 age.secrets = { 3 tailscaleAuthKey.file = "${self.inputs.secrets}/tailscale/auth.age"; 4 resticPassword.file = "${self.inputs.secrets}/restic-passwd.age"; 5 rclone.file = "${self.inputs.secrets}/rclone.age"; 6 ntfyAuto.file = "${self.inputs.secrets}/ntfyAuto.age"; 7 atp-notif.file = "${self.inputs.secrets}/atproto-notif.age"; 8 }; 9}