Wanted to use agenix to encrypt rclone config. But to diffcult. Ended with a custom-mountkdrive which verifies the existence of the remote before launching

This commit is contained in:
Tomas Rivera
2026-02-27 16:53:50 +01:00
parent 8b1f877dd9
commit 30405baa2d
8 changed files with 45 additions and 78 deletions
+7
View File
@@ -0,0 +1,7 @@
{ config, pkgs, agenix, ... }:
{
programs.rclone = {
enable = true;
};
}