mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51: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
|
|
@ -24,6 +24,9 @@
|
|||
enable = true;
|
||||
ssh.enable = true;
|
||||
};
|
||||
syncthing.enable = true;
|
||||
syncthing = {
|
||||
enable = true;
|
||||
deviceId = "Q4YPD3V-GXZPHSN-PT5X4PU-FBG4GX2-IASBX75-7NYMG75-4EJHBMZ-4WGDDAP";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue