aboutsummaryrefslogtreecommitdiff
path: root/secrets/default.nix
blob: 5b6bf1589a8dc6aacfd9441bb672314b224fc8e4 (plain)
1
2
3
4
5
6
{
  age.secrets = {
    "collin@mercury-passwd".file = ./${"collin-mercury-passwd.age"};
    "collin@jupiter-passwd".file = ./${"./collin-mercury-passwd.age"};
  };
}