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