From b122f613f257a116d09ecfa6bd9554e9394054c6 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:19:29 +0200 Subject: [PATCH] add laptop --- modules/services/syncthing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/syncthing.nix b/modules/services/syncthing.nix index a325750..eeab7b0 100644 --- a/modules/services/syncthing.nix +++ b/modules/services/syncthing.nix @@ -42,7 +42,7 @@ in folders."${basePath}/default" = { id = "default"; - devices = [ "kop-pc" "server" ]; + devices = [ "kop-pc" "server" "laptop" ]; ignorePerms = false; }; };