From 68bf84cd0e84f327a4ded19bfb2eafed226f1e5a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?=
 <geoffrey@frogeye.fr>
Date: Wed, 26 Mar 2025 00:28:48 +0100
Subject: [PATCH] Ludwig not syncing anymore

---
 flake.nix          |  4 ----
 ludwig/standin.nix | 10 ----------
 2 files changed, 14 deletions(-)
 delete mode 100644 ludwig/standin.nix

diff --git a/flake.nix b/flake.nix
index 4135d4f..26e2018 100644
--- a/flake.nix
+++ b/flake.nix
@@ -216,10 +216,6 @@
         system = "x86_64-linux";
         modules = [ ./abavorana/standin.nix ];
       };
-      nixosConfigurations.ludwig = lib.nixosSystem {
-        system = "x86_64-linux";
-        modules = [ ./ludwig/standin.nix ];
-      };
       nixosConfigurations.morton = lib.nixosSystem {
         system = "x86_64-linux";
         modules = [ ./morton/standin.nix ];
diff --git a/ludwig/standin.nix b/ludwig/standin.nix
deleted file mode 100644
index 7822435..0000000
--- a/ludwig/standin.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ ... }:
-{
-  config = {
-    frogeye = {
-      name = "ludwig";
-      storageSize = "big";
-      syncthing.name = "Ludwig";
-    };
-  };
-}