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