aboutsummaryrefslogblamecommitdiff
path: root/home/profiles/secrets.nix
blob: 986a9e966895b8610779088fa7e47662fa056f6e (plain) (tree)
1
2
3
4
5
6
7
                

         
                                                                   
                                                                    

    
{ config, ... }:
{
  age = {
    identityPaths = [ "${config.home.homeDirectory}/.ssh/agenix" ];
    secretsDir = "${config.home.homeDirectory}/.local/share/agenix";
  };
}