From ed33d72e398818926eb1039946e65c46c1c426c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 29 Jul 2024 19:55:34 +0300 Subject: [PATCH] syncthing: add www-mtworx --- modules/services/syncthing/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/services/syncthing/default.nix b/modules/services/syncthing/default.nix index 57c1337..9178692 100644 --- a/modules/services/syncthing/default.nix +++ b/modules/services/syncthing/default.nix @@ -159,6 +159,14 @@ let id = "7z9sw-2nubh"; label = "www-fwminex"; }; + www-mtworx = { + devices = [ + "mtworx" + "vno1-oh2" + ]; + id = "7z9sw-aaaa"; + label = "www-mtworx"; + }; www-mxp10 = { devices = [ "mxp10" @@ -251,6 +259,7 @@ in // (lib.optionalAttrs (config.networking.hostName == "vno1-oh2") { "/var/www/dl/tel" = www-mxp10; "/var/www/dl/fwminex" = www-fwminex; + "/var/www/dl/mtworx" = www-mtworx; "/var/www/dl/mykolo" = mykolo; "${cfg.dataDir}/annex2/Books" = Books; "${cfg.dataDir}/annex2/Mail" = Mail; @@ -273,6 +282,7 @@ in "${cfg.dataDir}/Vaikai" = Vaikai; "${cfg.dataDir}/Video" = video-shared; "${cfg.dataDir}/music" = Music; + "${cfg.dataDir}/www" = www-mtworx; }) // (lib.optionalAttrs (config.networking.hostName == "fwminex") { "${cfg.dataDir}/.cache/evolution" = Mail;