Syncthing on sesame
This commit is contained in:
parent
85c10ea391
commit
8c2a444b44
2 changed files with 19 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
./forgejo.nix
|
||||
./transmission.nix
|
||||
./lemorillon.nix
|
||||
./syncthing.nix
|
||||
];
|
||||
|
||||
# Boot configuration
|
||||
|
|
|
|||
18
hosts/sesame/syncthing.nix
Normal file
18
hosts/sesame/syncthing.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
openDefaultPorts = true;
|
||||
settings.devices = {
|
||||
"ONEPLUS A5010" = {
|
||||
id = "XDBD7VO-R563TI5-DJ75F3W-6LGYD4R-BPVAID2-YEMATLF-C3TQD5M-3IGGBAW";
|
||||
autoAcceptFolders = true;
|
||||
};
|
||||
"gwiad" = {
|
||||
id = "PMFIG7X-CBRWO2U-MKUP5AT-SMJHICC-IXQQRPB-5JUF4GX-CIL7TFR-XWEMSQI";
|
||||
autoAcceptFolders = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue