mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
7 lines
171 B
Nix
7 lines
171 B
Nix
{
|
|
age.secrets = {
|
|
"wg-conf".file = ./wg-conf.age;
|
|
"mesh-conf-cleslie".file = ./mesh-conf-cleslie.age;
|
|
"mesh-conf-infra".file = ./mesh-conf-infra.age;
|
|
};
|
|
}
|