11 lines
190 B
Nix
11 lines
190 B
Nix
{
|
|
age = {
|
|
secrets = {
|
|
rclone = {
|
|
file = ../../modules/secrets/rclone.age;
|
|
owner = "tulg";
|
|
path = "/home/tulg/.config/rclone.conf";
|
|
};
|
|
};
|
|
};
|
|
}
|