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 = { remotes = {
gdrive = { # gdrive = {
config = { # config = {
type = "drive"; # type = "drive";
scope = "drive"; # scope = "drive";
#
root_folder_id = ""; # root_folder_id = "";
}; # };
#
secrets = { # secrets = {
token = "${config.xdg.configHome}/rclone/gdrive_token"; # token = "${config.xdg.configHome}/rclone/gdrive_token";
#
client_id = "${config.xdg.configHome}/rclone/gdrive_client_id"; # client_id = "${config.xdg.configHome}/rclone/gdrive_client_id";
client_secret = "${config.xdg.configHome}/rclone/gdrive_client_secret"; # TODO: sops? # client_secret = "${config.xdg.configHome}/rclone/gdrive_client_secret"; # TODO: sops?
}; # };
#
mounts = { # mounts = {
"/" = { # "/" = {
enable = true; # enable = true;
mountPoint = "${config.home.homeDirectory}/gdrive"; # mountPoint = "${config.home.homeDirectory}/gdrive";
#
options = { # options = {
dir-cache-time = "5m"; # dir-cache-time = "5m";
poll-interval = "10s"; # poll-interval = "10s";
}; # };
}; # };
}; # };
}; # };
orion = { orion = {
config = { config = {