Syncthing: add Steam Deck to devices
This commit is contained in:
parent
f77fdb73d9
commit
1c617bdbf3
1 changed files with 6 additions and 2 deletions
|
|
@ -20,14 +20,18 @@
|
|||
id = "MGMYYA2-4PXGHHH-2LOVD5N-I7IYBBS-4Y4UQNK-H73S2JG-ZCK5GCN-NHTWMAR";
|
||||
addresses = [ "tcp://archie.local:22000" "tcp://192.168.0.160:22000"];
|
||||
};
|
||||
"steamdeck" = {
|
||||
name = "Steam Deck";
|
||||
id = "DLQPL74-KEQTPM5-X4PDZHB-4HLQYHV-UCMJLOB-P6W3KWU-QLJADBY-V4KEMA5";
|
||||
};
|
||||
};
|
||||
folders = {
|
||||
"passwords" = {
|
||||
label = "KeePassXC Passwords";
|
||||
id = "rdyaq-ex659";
|
||||
path = "${config.services.syncthing.dataDir}/passwords";
|
||||
devices = [ "phone" "pc" ];
|
||||
devices = [ "phone" "pc" "steamdeck"];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue