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