Ludwig not syncing anymore

This commit is contained in:
Geoffrey Frogeye 2025-03-26 00:28:48 +01:00
parent 8ac05e9d37
commit 68bf84cd0e
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
2 changed files with 0 additions and 14 deletions

View file

@ -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 ];

View file

@ -1,10 +0,0 @@
{ ... }:
{
config = {
frogeye = {
name = "ludwig";
storageSize = "big";
syncthing.name = "Ludwig";
};
};
}