commit 31a4ffd3607194ea67bd11cdf6de66432a92ff1f (tree)
parent b55bb4350047d094e1f4169728434148023967fe
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Wed, 11 Oct 2023 16:44:28 +0300
syncthing: add missing device
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/services/syncthing/default.nix b/modules/services/syncthing/default.nix
@@ -122,6 +122,7 @@ in {
// (lib.optionalAttrs (config.networking.hostName == "vno1-oh2") {
inherit
(devices)
+ mtwork
fwminex
vno1-oh2
mxp10
@@ -134,6 +135,7 @@ in {
// (lib.optionalAttrs (config.networking.hostName == "fwminex") {
inherit
(devices)
+ mtwork
fwminex
vno1-oh2
mxp10