1
0
Fork 0
dotfiles/agenix/hosts/attic/config.nix

12 lines
175 B
Nix

{
age.secrets = {
user-daniel-password = {
file = ./user/danielPassword.age;
};
tailscale-authkey = {
file = ./tailscale/authkey.age;
};
};
}