13 lines
212 B
Nix
13 lines
212 B
Nix
{
|
|
age.secrets = {
|
|
transferSh = {
|
|
file = ./transfer-sh.age;
|
|
owner = "jsw";
|
|
};
|
|
dcbot = {
|
|
file = ./dcbot.age;
|
|
owner = "dcbot";
|
|
};
|
|
password.file = ./password.age;
|
|
};
|
|
}
|