dotfiles/morton/standin.nix

10 lines
137 B
Nix

{ ... }:
{
config = {
frogeye = {
name = "morton";
storageSize = "big";
syncthing.name = "Morton";
};
};
}