dotfiles/morton/standin.nix
2025-03-15 04:42:23 +01:00

11 lines
137 B
Nix

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