{ inputs, ... }: { imports = [ inputs.agenix.nixosModules.default ]; age.identityPaths = [ "/persist/etc/ssh/id_ed25519_key" ]; age.secrets = { "odin/nullmailer/remotes".file = inputs.secrets."odin/nullmailer/remotes"; "odin/thomas".file = inputs.secrets."odin/thomas"; }; }