Disable google drive sync

This commit is contained in:
2025-12-02 01:11:59 +01:00
parent bdb9d72c1e
commit 91cafd8108

View File

@@ -15,33 +15,33 @@
'';
remotes = {
gdrive = {
config = {
type = "drive";
scope = "drive";
root_folder_id = "";
};
secrets = {
token = "${config.xdg.configHome}/rclone/gdrive_token";
client_id = "${config.xdg.configHome}/rclone/gdrive_client_id";
client_secret = "${config.xdg.configHome}/rclone/gdrive_client_secret"; # TODO: sops?
};
mounts = {
"/" = {
enable = true;
mountPoint = "${config.home.homeDirectory}/gdrive";
options = {
dir-cache-time = "5m";
poll-interval = "10s";
};
};
};
};
# gdrive = {
# config = {
# type = "drive";
# scope = "drive";
#
# root_folder_id = "";
# };
#
# secrets = {
# token = "${config.xdg.configHome}/rclone/gdrive_token";
#
# client_id = "${config.xdg.configHome}/rclone/gdrive_client_id";
# client_secret = "${config.xdg.configHome}/rclone/gdrive_client_secret"; # TODO: sops?
# };
#
# mounts = {
# "/" = {
# enable = true;
# mountPoint = "${config.home.homeDirectory}/gdrive";
#
# options = {
# dir-cache-time = "5m";
# poll-interval = "10s";
# };
# };
# };
# };
orion = {
config = {