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"; - }; - }; -}