ctucx.git: nixfiles

ctucx' nixfiles

commit e521f4063ffd5732a5517b2615fb833bda0e8684
parent e53bb3f0b3c520247434376668ee2c8332164028
Author: Katja (ctucx) <git@ctu.cx>
Date: Wed, 1 Jan 2025 13:49:32 +0100

configgurations/common/syncthing-config: remove `Bahn-Blechelse`
1 file changed, 0 insertions(+), 12 deletions(-)
diff --git a/configurations/common/syncthing-config.nix b/configurations/common/syncthing-config.nix
@@ -138,7 +138,6 @@ in {
 
 
 
-
     "${dataDir}/Bahn-Richtlinien" = {
       enable            = lib.mkDefault true;
       id                = "Bahn-Richtlinien";

@@ -150,16 +149,5 @@ in {
       };
     };
 
-    "${dataDir}/Bahn-Blechelse" = rec {
-      enable            = lib.mkDefault true;
-      id                = "Blechelse";
-      label             = "Bahn-Blechelse";
-      devices           = (lib.mkMerge [ (filterCurrentHost (shareDeviceNames "${id}"))]);
-      versioning.type   = "trashcan";
-      versioning.params = {
-        cleanoutDays = "3";
-      };
-    };
-
   };
 }