dotfiles/ludwig/standin.nix

11 lines
137 B
Nix

{ ... }:
{
config = {
frogeye = {
name = "ludwig";
storageSize = "big";
syncthing.name = "Ludwig";
};
};
}