syncthing: added steam deck
This commit is contained in:
parent
8ee7fd2727
commit
90b086c3cb
|
@ -101,6 +101,13 @@ in
|
|||
"work-laptop"
|
||||
];
|
||||
};
|
||||
"/nas/EmuDeck" = {
|
||||
label = "EmuDeck";
|
||||
id = "EmuDeck";
|
||||
devices = [
|
||||
"steam-deck"
|
||||
];
|
||||
};
|
||||
};
|
||||
devices = {
|
||||
s20fe = {
|
||||
|
@ -123,6 +130,10 @@ in
|
|||
name = "Samsung S22 Mama";
|
||||
id = "5G2Q7XE-HILUI46-GWTE6P6-NJHAG3A-HSZKMAU-K5PBOKR-QN3IFQO-GX7KTQU";
|
||||
};
|
||||
steam-deck = {
|
||||
name = "Steam Deck";
|
||||
id = "6SOR4SU-MVT2XIS-4J6IGVP-LITFLDB-ZH6LA7T-PUSQK26-P6RVWZ7-YB7P4AX";
|
||||
};
|
||||
};
|
||||
};
|
||||
overrideFolders = true;
|
||||
|
|
Loading…
Reference in a new issue