summaryrefslogtreecommitdiff
path: root/hosts/muhammed/syncthing.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/muhammed/syncthing.nix')
-rw-r--r--hosts/muhammed/syncthing.nix5
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";
};
};
};