diff options
author | Linnnus <[email protected]> | 2025-05-13 15:57:35 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-05-13 15:57:35 +0200 |
commit | 35759a84a0f155427b729ad3dbcf543683008a73 (patch) | |
tree | 38e214c5cf514d99e387fc488d032bb5738343d9 /hosts/muhammed/syncthing.nix | |
parent | 95677cdfa29f1e7a4a10be2243ec320e56979832 (diff) |
Set up syncthing on ahmed
Diffstat (limited to 'hosts/muhammed/syncthing.nix')
-rw-r--r-- | hosts/muhammed/syncthing.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/muhammed/syncthing.nix b/hosts/muhammed/syncthing.nix index 41613aa..7e1bc29 100644 --- a/hosts/muhammed/syncthing.nix +++ b/hosts/muhammed/syncthing.nix @@ -23,18 +23,21 @@ key = config.age.secrets.syncthing-key.path; cert = config.age.secrets.syncthing-cert.path; + openDefaultPorts = true; + settings = { folders = { "ebooks" = { lable = "Ebooks"; path = "~/Documents/Synced ebooks"; copyOwnershipFromParent = true; - devices = ["boox-tablet"]; + devices = ["ahmed" "boox-tablet"]; }; }; devices = { boox-tablet.id = "SFQMOCB-TPRTXLD-WDL3REL-2XINQDR-3PZQ5IT-KX4PGXX-2VJO3JZ-2K2XNQ3"; + ahmed.id = "5ESNFDE-D7UZTFN-GNZ56QP-CY3TUCN-OJSNFCN-UVKVLQR-UTIJZ4W-2ZDVCQG"; }; }; }; |