mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Get syncthing devices from the configs of the other hosts
This commit is contained in:
parent
896549c6fb
commit
4bf2aef5cf
4 changed files with 30 additions and 17 deletions
|
|
@ -21,7 +21,10 @@
|
|||
enable = true;
|
||||
ssh.enable = true;
|
||||
};
|
||||
syncthing.enable = true;
|
||||
syncthing = {
|
||||
enable = true;
|
||||
deviceId = "FAJS5WM-UAWGW2U-FXCGPSP-VAUOTGM-XUKSEES-D66PMCJ-WBODJLV-XTNCRA7";
|
||||
};
|
||||
|
||||
steam.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue