Add morton

This commit is contained in:
Geoffrey Frogeye 2025-03-15 04:42:18 +01:00
parent 1ed4500cea
commit 8951a4fb43
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
2 changed files with 14 additions and 0 deletions

10
morton/standin.nix Normal file
View file

@ -0,0 +1,10 @@
{ ... }:
{
config = {
frogeye = {
name = "morton";
storageSize = "big";
syncthing.name = "Morton";
};
};
}