force path

This commit is contained in:
Deepak Mallubhotla 2025-03-07 00:59:55 +00:00
parent d85a6f9ca6
commit 5475748c3a
Signed by: deepak
GPG Key ID: 8F904A3FC7021497

View File

@ -193,6 +193,9 @@ in
path = "${config.sops.defaultSymlinkPath}/anthropic_api_key"; path = "${config.sops.defaultSymlinkPath}/anthropic_api_key";
}; };
hello = {}; hello = {};
newkey = {
path = "/home/deepak/newkeytest.txt";
};
}; };
}; };