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