Syncthing: add Steam Deck to devices

This commit is contained in:
Toast 2023-06-15 14:44:07 +02:00
parent f77fdb73d9
commit 1c617bdbf3

View file

@ -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"];
};
};
};
}
}