11 lines
137 B
Nix
11 lines
137 B
Nix
{ ... }:
|
|
{
|
|
config = {
|
|
frogeye = {
|
|
name = "ludwig";
|
|
storageSize = "big";
|
|
syncthing.name = "Ludwig";
|
|
};
|
|
};
|
|
}
|