remove mba and imac from peers
This commit is contained in:
parent
6c1cfc9afa
commit
744cf78f62
1 changed files with 3 additions and 9 deletions
|
|
@ -44,12 +44,6 @@ in
|
||||||
settings = {
|
settings = {
|
||||||
# Define all devices
|
# Define all devices
|
||||||
devices = {
|
devices = {
|
||||||
"mba" = {
|
|
||||||
id = "3PBRH37-VR635IP-VZPT3OK-LWMVQ3M-RILX347-3PKPXQK-74GQENC-CMY6OAG";
|
|
||||||
};
|
|
||||||
"imac" = {
|
|
||||||
id = "TSOBMCD-2OWBVXS-FUNARN3-DB6RQWT-EVLUV5E-KCRO7QT-S3E5I4R-BQEDGA5";
|
|
||||||
};
|
|
||||||
"iphone" = {
|
"iphone" = {
|
||||||
id = "NMWI5MP-J4FC4A6-SDDXZPD-G66TJCO-2W7KGFD-RJWQ53U-I7GUVWP-WHF4QQO";
|
id = "NMWI5MP-J4FC4A6-SDDXZPD-G66TJCO-2W7KGFD-RJWQ53U-I7GUVWP-WHF4QQO";
|
||||||
};
|
};
|
||||||
|
|
@ -65,19 +59,19 @@ in
|
||||||
folders = {
|
folders = {
|
||||||
"Credentials" = {
|
"Credentials" = {
|
||||||
path = "~/Credentials";
|
path = "~/Credentials";
|
||||||
devices = [ "mba" "imac" "iphone" "hs" "thinkpad" ];
|
devices = [ "iphone" "hs" "thinkpad" ];
|
||||||
ignorePerms = true;
|
ignorePerms = true;
|
||||||
versioning = commonVersioning;
|
versioning = commonVersioning;
|
||||||
};
|
};
|
||||||
"Documents" = {
|
"Documents" = {
|
||||||
path = "~/Documents";
|
path = "~/Documents";
|
||||||
devices = [ "mba" "imac" "hs" "thinkpad" ];
|
devices = [ "hs" "thinkpad" ];
|
||||||
ignorePerms = true;
|
ignorePerms = true;
|
||||||
versioning = commonVersioning;
|
versioning = commonVersioning;
|
||||||
};
|
};
|
||||||
"Obsidian" = {
|
"Obsidian" = {
|
||||||
path = "~/Obsidian";
|
path = "~/Obsidian";
|
||||||
devices = [ "mba" "imac" "iphone" "hs" "thinkpad" ];
|
devices = [ "iphone" "hs" "thinkpad" ];
|
||||||
ignorePerms = true;
|
ignorePerms = true;
|
||||||
versioning = commonVersioning;
|
versioning = commonVersioning;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue