summary refs log tree commit diff stats
path: root/secrets/default.nix
blob: a8d410a4bcdeff2092fdb2a39a1d6e0411db7fb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{...}: {
  age.secrets = {
    wireless = {
      file = ./wireless.age;
    };
    nixremote = {
      file = ./nixremote.age;
    };
    resticssh = {
      file = ./resticssh.age;
    };
    resticpass = {
      file = ./resticpass.age;
    };
    pamu2f-mappings = {
      file = ./pamu2f-mappings.age;
    };
  };
}