nixos-config/variables/secrets/common/default.nix

8 lines
109 B
Nix
Raw Normal View History

2024-10-28 23:24:12 -04:00
{ ... }:
{
age.secrets = {
# User passwords
jimboAccPass.file = ../agenix/jimboAccPass.age;
};
}