Ludwig not syncing anymore
This commit is contained in:
parent
8ac05e9d37
commit
68bf84cd0e
|
@ -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 ];
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
config = {
|
||||
frogeye = {
|
||||
name = "ludwig";
|
||||
storageSize = "big";
|
||||
syncthing.name = "Ludwig";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue