mirror of
https://codeberg.org/mtxyz/nixconf.git
synced 2024-11-09 10:01:57 +00:00
9 lines
117 B
Nix
9 lines
117 B
Nix
{ ... }:
|
|
{
|
|
mtxyz.platform = {
|
|
private = false;
|
|
minimal = true;
|
|
};
|
|
|
|
services.syncthing.enable = true;
|
|
}
|