1
0
Fork 0
dotfiles/agenix/hosts/attic/config.nix
2023-04-04 17:20:09 +02:00

16 lines
249 B
Nix

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