summary refs log tree commit diff stats
path: root/system/secrets/default.nix
blob: da21482891ad7313275681c34a8087d13ec6f772 (plain) (blame)
1
2
3
4
5
6
7
8
{...}: {
  age = {
    secrets = {
    };
  };
}
# vim: ts=2