mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 22:51:49 +00:00
8 lines
196 B
Nix
8 lines
196 B
Nix
{
|
|
# Age module definitions that is to be used by hosts to get secrets.
|
|
ageModules = {
|
|
secret1.file = ./secrets/secret1.age;
|
|
};
|
|
config.age.secrets.secret1.path = ./secrets/secret1.age;
|
|
|
|
} |