ctucx.git: nixfiles

ctucx' nixfiles

commit a20a3cf22ce72b68047d81bb21a305fa9b7004a3
parent e216eb0a8e2937afe3b619cd988a9675a0648a7b
Author: Leah (ctucx) <git@ctu.cx>
Date: Thu, 12 Jan 2023 23:08:42 +0100

configurations/common/syncthing-config: remove devices `bechbuechse` and `isa-p2max`
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/configurations/common/syncthing-config.nix b/configurations/common/syncthing-config.nix
@@ -4,11 +4,8 @@ let
   secrets = inputs.local-secrets;
 
   devices = {
-    #desktops
-    blechkasten.id    = secrets.syncthing.ids.blechkasten;
-
     #mobile devices
-    blechbuechse.id   = secrets.syncthing.ids.blechbuechse;
+    blechkasten.id    = secrets.syncthing.ids.blechkasten;
     iphone.id         = secrets.syncthing.ids.iphone;
     ipad.id           = secrets.syncthing.ids.ipad;
 

@@ -25,7 +22,6 @@ let
 
   isaDevices = {
     isa-x390.id  = secrets.syncthing.ids.isa-x390;
-    isa-p2max.id = secrets.syncthing.ids.isa-p2max;
     isa-mba13.id = secrets.syncthing.ids.isa-mba13;
   };