summary refs log blame commit diff stats
path: root/secrets/default.nix
blob: a8d410a4bcdeff2092fdb2a39a1d6e0411db7fb9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                            

                             
                             
      
                              
      

                                   
    
{...}: {
  age.secrets = {
    wireless = {
      file = ./wireless.age;
    };
    nixremote = {
      file = ./nixremote.age;
    };
    resticssh = {
      file = ./resticssh.age;
    };
    resticpass = {
      file = ./resticpass.age;
    };
    pamu2f-mappings = {
      file = ./pamu2f-mappings.age;
    };
  };
}