nixconf/homes/x86_64-linux/mtxyz@pegasi/default.nix

10 lines
117 B
Nix

{ ... }:
{
mtxyz.platform = {
private = false;
minimal = true;
};
services.syncthing.enable = true;
}