Commit b7c362336952

Vincent Demeester <vincent@sbr.pm>
2025-11-17 22:41:51
globals: add wakasu (fedora) machine for syncthing
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 84713ad
Changed files (1)
globals.nix
@@ -454,6 +454,18 @@ _: {
         hostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDWdnPJg0Y4kd4lHPAGE4xgMAK2qvMg3oBxh0t+xO+7O";
       };
     };
+    wakasu = {
+      syncthing = {
+        id = "WM23THJ-ECXRLXA-HE5TIKO-VPLSMRY-Y2EWZI7-Q7JMLPX-5Q5UNEN-QMB7ZQJ";
+        folders = {
+          org = { };
+          documents = { };
+          sync = { };
+          screenshots = { };
+          wallpapers = { };
+        };
+      };
+    };
     okinawa = {
       net = {
         ips = [ "192.168.1.19" ];