add copilot folder and cryptomator vault

This commit is contained in:
2024-07-04 11:55:57 +02:00
parent 6b4dd0c291
commit c927ac6478
2 changed files with 14 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
"id" : "18g3gg35eC6T", "id" : "18g3gg35eC6T",
"path" : "/home/dominik/cloud.cloonar.com/Documents", "path" : "/home/dominik/cloud.cloonar.com/Documents",
"displayName" : "Documents", "displayName" : "Documents",
"unlockAfterStartup" : false, "unlockAfterStartup" : true,
"revealAfterMount" : true, "revealAfterMount" : true,
"usesReadOnlyMode" : false, "usesReadOnlyMode" : false,
"mountFlags" : "", "mountFlags" : "",
@@ -12,6 +12,18 @@
"autoLockWhenIdle" : false, "autoLockWhenIdle" : false,
"autoLockIdleSeconds" : 1800, "autoLockIdleSeconds" : 1800,
"port" : 42427 "port" : 42427
}, {
"id" : "XGtyujeFM_HM",
"path" : "/home/dominik/cloud.cloonar.com/Downloads/Downloads",
"displayName" : "Downloads",
"unlockAfterStartup" : true,
"revealAfterMount" : true,
"usesReadOnlyMode" : false,
"maxCleartextFilenameLength" : 2147483647,
"actionAfterUnlock" : "IGNORE",
"autoLockWhenIdle" : false,
"autoLockIdleSeconds" : 1800,
"port" : 42427
} ], } ],
"writtenByVersion" : "1.12.4-nix-1.12.4", "writtenByVersion" : "1.12.4-nix-1.12.4",
"askedForUpdateCheck" : false, "askedForUpdateCheck" : false,

View File

@@ -91,6 +91,7 @@ in
home.persistence."/nix/persist/user/dominik" = { home.persistence."/nix/persist/user/dominik" = {
allowOther = true; allowOther = true;
directories = [ directories = [
".config/github-copilot"
".config/libreoffice" ".config/libreoffice"
".config/Nextcloud" ".config/Nextcloud"
".config/rustdesk" ".config/rustdesk"