Disable google drive sync
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user