nix/hosts/zaphod/secret-files.nix

8 lines
138 B
Nix

{
config.age.secrets = {
wg-privkey = {
file = ./secrets/wg-privkey.age;
path = "/run/agenix/wg-privkey";
};
};
}