nixos-config/nixos/machines/orbi/sync-opentracker.nix

6 lines
55 B
Nix

{
services.opentracker = {
enable = true;
};
}