mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 14:19:08 +01:00
syncthing: Add phone in a hacky way
This commit is contained in:
parent
ed070e6abe
commit
fa2bef14f4
2 changed files with 39 additions and 28 deletions
|
|
@ -112,4 +112,12 @@
|
|||
sshd.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
services.syncthing.settings = {
|
||||
devices."fairphone" = {
|
||||
id = "6ROH65D-E65I5F6-URI4OUZ-RCHFC3B-PMBSIHH-5DNLJPS-SYSUWQY-HKYGHQG";
|
||||
addresses = "tcp://10.254.250.74:22000";
|
||||
};
|
||||
folders."Documents".devices = [ config.services.syncthing.settings.devices."fairphone".name ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue