From 2dab85c726ae56697a70a1cab11c8a160931d685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 9 Jun 2025 11:48:21 +0000 Subject: [PATCH] mtworx: +stud-cache --- modules/services/syncthing/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/services/syncthing/default.nix b/modules/services/syncthing/default.nix index cc64679..af85977 100644 --- a/modules/services/syncthing/default.nix +++ b/modules/services/syncthing/default.nix @@ -135,6 +135,7 @@ let devices = [ "vno1-gdrx" "fwminex" + "mtworx" ]; id = "2kq7n-jqzxj"; label = "stud-cache"; @@ -299,6 +300,7 @@ in "${cfg.dataDir}/Video" = video-shared; "${cfg.dataDir}/music" = Music; "${cfg.dataDir}/www" = www-mtworx; + "${cfg.dataDir}/stud-cache" = stud-cache; }) // (lib.optionalAttrs (config.networking.hostName == "vno1-gdrx") { "${cfg.dataDir}/Books" = Books;